소스 검색

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


불러오는 중...
취소
저장