Przeglądaj źródła

Fix arg

pull/15/head
10sr 9 lat temu
rodzic
commit
73d7ac1e52
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      _keysnail.js

+ 2
- 2
_keysnail.js Wyświetl plik

@@ -389,9 +389,9 @@ var autoSaveTabList = (function(){
}
}

function enableTimer(sec){
function enableTimer(ev, 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");
}


Ładowanie…
Anuluj
Zapisz