From 121a6f80d3d135a73b4c492f3062587aaeda845a Mon Sep 17 00:00:00 2001 From: Date: Wed, 6 Apr 2011 14:49:38 -0700 Subject: [PATCH] ;_; --- 4chan_x.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4chan_x.js b/4chan_x.js index 8ac18ac4e..1d3082669 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -1471,7 +1471,7 @@ $.bind(interval, 'change', updateInterval); $.bind($('input[type=button]', div), 'click', updateNow); d.body.appendChild(div); - if (GM_getValue('autoG')) { + if (GM_getValue('autoG', true)) { return updateAuto.call($("input[name=autoL]", div)); } };