Skip to content

Commit

Permalink
Fixed constant tab unload
Browse files Browse the repository at this point in the history
  • Loading branch information
glukki committed Jun 8, 2012
1 parent 0b013f3 commit aec7721
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions background.js
Expand Up @@ -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')){
Expand Down

0 comments on commit aec7721

Please sign in to comment.