mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 10:55:46 +01:00
Re-enable tab numbers of FF36.
This commit is contained in:
@@ -10,7 +10,6 @@ if (!JSMLoader)
|
||||
globals: {},
|
||||
stale: {},
|
||||
load: function load(url, target) {
|
||||
dump("dactyl: load: " + url + "\n");
|
||||
if (this.stale[url]) {
|
||||
delete this.stale[url];
|
||||
let global = this.globals[url];
|
||||
@@ -26,7 +25,6 @@ if (!JSMLoader)
|
||||
Components.classes["@mozilla.org/moz/jssubscript-loader;1"]
|
||||
.getService(Components.interfaces.mozIJSSubScriptLoader)
|
||||
.loadSubScript(url, global);
|
||||
dump("dactyl: load reloaded: " + url + "\n");
|
||||
}
|
||||
Components.utils.import(url, target);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user