diff --git a/4chan_x.user.js b/4chan_x.user.js index f092f8b17..f5e40981d 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2674,7 +2674,7 @@ } $.bind(d.body, 'DOMNodeInserted', nodeInserted); options.init(); - if (!$.config('firstrun')) { + if (!$.getValue('firstrun')) { return firstRun.init(); } }, diff --git a/script.coffee b/script.coffee index ec7fc838e..565521eef 100644 --- a/script.coffee +++ b/script.coffee @@ -2089,7 +2089,7 @@ main = $.bind d.body, 'DOMNodeInserted', nodeInserted options.init() - unless $.config 'firstrun' + unless $.getValue 'firstrun' firstRun.init() css: '