mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 20:52:26 +01:00
fixed storage module loading for muttator
This commit is contained in:
@@ -1154,7 +1154,7 @@ const liberator = (function () //{{{
|
|||||||
//}}}
|
//}}}
|
||||||
})(); //}}}
|
})(); //}}}
|
||||||
|
|
||||||
Components.utils.import("resource://vimperator/storage.jsm", liberator);
|
Components.utils.import("resource://" + liberator.config.name.toLowerCase() + "/storage.jsm", liberator);
|
||||||
|
|
||||||
// called when the chrome is fully loaded and before the main window is shown
|
// called when the chrome is fully loaded and before the main window is shown
|
||||||
window.addEventListener("load", liberator.startup, false);
|
window.addEventListener("load", liberator.startup, false);
|
||||||
|
|||||||
Reference in New Issue
Block a user