Browse Source

Automatically enable timer for astl

pull/15/head
10sr 9 years ago
parent
commit
7663a9ea11
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      _keysnail.js

+ 2
- 0
_keysnail.js View File

@@ -434,6 +434,8 @@ ext.add("astl-save-current", autoSaveTabList.saveCurrentList,
ext.add("astl-enable-timer", autoSaveTabList.enableTimer, "Auto save tab list - Enable periodic timer");
ext.add("astl-disable-timer", autoSaveTabList.disableTimer, "Auto save tab list - disable periodic timer");

ext.exec("astl-enable-timer");


var echoTabInfo = (function(){
var currenttab;


Loading…
Cancel
Save