Explorar el Código

Temporary disable timer

pull/15/head
10sr hace 9 años
padre
commit
aee72cc41e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      _keysnail.js

+ 1
- 1
_keysnail.js Ver fichero

@@ -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");
}


Cargando…
Cancelar
Guardar