From ce3e139fe7434ad17f011ac285162e24277fe5fd Mon Sep 17 00:00:00 2001 From: Date: Wed, 6 Apr 2011 14:40:59 -0700 Subject: [PATCH] It just werkz. --- script.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.coffee b/script.coffee index 04e36f258..f3f6547bc 100644 --- a/script.coffee +++ b/script.coffee @@ -1115,7 +1115,7 @@ updaterMake = -> d.body.appendChild div - if GM_getValue 'autoG' then updateAuto.call $("input[name=autoL]", div) + if GM_getValue 'autoG', true then updateAuto.call $("input[name=autoL]", div) watch = -> id = @nextSibling.name