mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 19:55:46 +01:00
Don't jar up content in the XPI anymore.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
plugins.contexts = {};
|
||||
function Script(file) {
|
||||
let self = plugins[file.path];
|
||||
let self = set.has(plugins, file.path) && plugins[file.path];
|
||||
if (self) {
|
||||
if (self.onUnload)
|
||||
self.onUnload();
|
||||
|
||||
Reference in New Issue
Block a user