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