Sfoglia il codice sorgente

Disable timer before enable it

pull/15/head
10sr 9 anni fa
parent
commit
f7a4bb73d7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      _keysnail.js

+ 1
- 0
_keysnail.js Vedi File

@@ -395,6 +395,7 @@ var autoSaveTabList = (function(){
}

function enableTimer(ev, sec){
disableTimer();
sec = sec || default_timer_interval;
__timer = window.setInterval(saveCurrentList, sec * 1000);
display.showPopup("AutoSaveTabList",


Caricamento…
Annulla
Salva