Explorar el Código

Fix arg

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

+ 2
- 2
_keysnail.js Ver fichero

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


Cargando…
Cancelar
Guardar