Procházet zdrojové kódy

Temporary disable timer

pull/15/head
10sr před 9 roky
rodič
revize
aee72cc41e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      _keysnail.js

+ 1
- 1
_keysnail.js Zobrazit soubor

@@ -391,7 +391,7 @@ var autoSaveTabList = (function(){

function enableTimer(sec){
sec = sec || default_timer_interval;
__timer = window.setInterval(saveCurrentList, sec * 1000);
// __timer = window.setInterval(saveCurrentList, sec * 1000);
display.showPopup("AutoSaveTabList",
"Auto save enabled for every " + sec.toString() + " sec");
}


Načítá se…
Zrušit
Uložit