firstrun: use $.getValue, not $.config
This commit is contained in:
parent
b5559ca568
commit
97eb680ea4
@ -2674,7 +2674,7 @@
|
|||||||
}
|
}
|
||||||
$.bind(d.body, 'DOMNodeInserted', nodeInserted);
|
$.bind(d.body, 'DOMNodeInserted', nodeInserted);
|
||||||
options.init();
|
options.init();
|
||||||
if (!$.config('firstrun')) {
|
if (!$.getValue('firstrun')) {
|
||||||
return firstRun.init();
|
return firstRun.init();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -2089,7 +2089,7 @@ main =
|
|||||||
$.bind d.body, 'DOMNodeInserted', nodeInserted
|
$.bind d.body, 'DOMNodeInserted', nodeInserted
|
||||||
options.init()
|
options.init()
|
||||||
|
|
||||||
unless $.config 'firstrun'
|
unless $.getValue 'firstrun'
|
||||||
firstRun.init()
|
firstRun.init()
|
||||||
|
|
||||||
css: '
|
css: '
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user