ソースを参照

Disable timer before enable it

pull/15/head
10sr 9年前
コミット
f7a4bb73d7
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      _keysnail.js

+ 1
- 0
_keysnail.js ファイルの表示

@@ -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",


読み込み中…
キャンセル
保存