This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Disable timer before enable it
pull/15/head
10sr
9 years ago
parent
e958298bb4
commit
f7a4bb73d7
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
_keysnail.js
+ 1
- 0
_keysnail.js
View File
@@ -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",
Write
Preview
Loading…
Cancel
Save