From aec772111d577f327da62b348df44beb4b40983e Mon Sep 17 00:00:00 2001 From: Vitalii Meshchaninov Date: Fri, 8 Jun 2012 19:00:44 +0400 Subject: [PATCH] Fixed constant tab unload --- background.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/background.js b/background.js index feb743a..39c55b8 100644 --- a/background.js +++ b/background.js @@ -128,10 +128,8 @@ chrome.browserAction.onClicked.addListener(function(tab){ window.start = function(){ settings = new Store('settings',{ 'active': true, -// 'timeout': 15*60, // seconds -// 'tick': 60 // seconds - 'timeout': 60, // seconds - 'tick': 10 // seconds + 'timeout': 15*60, // seconds + 'tick': 60 // seconds }); if(settings.get('active')){