Wow, I was totally reading that backwards...

This commit is contained in:
Kerrick Long
2011-07-18 16:11:09 -05:00
parent 785e87fb18
commit fcb87d5141
+1 -1
View File
@@ -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));