This commit is contained in:
2011-04-06 14:49:38 -07:00
parent ce3e139fe7
commit 121a6f80d3

View File

@ -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));
}
};