1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 15:57:58 +01:00

fixed :q command

This commit is contained in:
Martin Stubenschrott
2007-04-28 17:18:45 +00:00
parent f6642560e5
commit d7dfaf86f5
4 changed files with 11 additions and 7 deletions

View File

@@ -229,7 +229,7 @@ function init()
BrowserStop();
help();
set_pref("firsttime", false);
},1000);
}, 1000);
}