From 97eb680ea47595183927176c7868ed631ea534b1 Mon Sep 17 00:00:00 2001 From: James Campos Date: Mon, 20 Jun 2011 23:53:31 -0700 Subject: [PATCH] firstrun: use $.getValue, not $.config --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: '