mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 06:35:46 +01:00
Fix deleting files after viewing them from source links in :list*.
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
|
||||
try {
|
||||
|
||||
Components.utils.import("resource://dactyl/base.jsm");
|
||||
Components.utils.import("resource://dactyl/bootstrap.jsm");
|
||||
defineModule("sanitizer", {
|
||||
exports: ["Range", "Sanitizer", "sanitizer"],
|
||||
require: ["prefs", "services", "storage", "template", "util"]
|
||||
});
|
||||
}, this);
|
||||
|
||||
let tmp = {};
|
||||
services.subscriptLoader.loadSubScript("chrome://browser/content/sanitize.js", tmp);
|
||||
|
||||
Reference in New Issue
Block a user