mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-25 23:45:45 +01:00
Remove leftover line.
This commit is contained in:
@@ -2170,11 +2170,10 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
|||||||
|
|
||||||
if (localPrefs.get("first-run", true))
|
if (localPrefs.get("first-run", true))
|
||||||
dactyl.timeout(function () {
|
dactyl.timeout(function () {
|
||||||
localPrefs.set("first-run", false);
|
localPrefs.set("first-run", config.version);
|
||||||
this.withSavedValues(["forceNewTab"], function () {
|
this.withSavedValues(["forceNewTab"], function () {
|
||||||
this.forceNewTab = true;
|
this.forceNewTab = true;
|
||||||
this.help();
|
this.help();
|
||||||
prefs.set(firstTime, false);
|
|
||||||
});
|
});
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user