From fcb87d51417c598ff14d283932577805ec71cdd0 Mon Sep 17 00:00:00 2001 From: Kerrick Long Date: Mon, 18 Jul 2011 16:11:09 -0500 Subject: [PATCH] Wow, I was totally reading that backwards... --- js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common.js b/js/common.js index e40b1fb..9912acf 100644 --- a/js/common.js +++ b/js/common.js @@ -753,7 +753,7 @@ function Background() { */ Background.prototype.prepareBrowserAction = function (tabId, info, tab) { if (info.status === 'loading') { - if (settings.get('waitForClick') === 'true') { + if (settings.get('waitForClick') === false) { if (cache.get(tab.url) === undefined || cache.get(tab.url).cacheDate - utils.epoch() < -60 * settings.get('cacheTime')) { console.log(chrome.i18n.getMessage('loading_api')); console.log(utils.parseURL(tab.url));