1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 16:52:25 +01:00

fixed storage module loading for muttator

This commit is contained in:
Martin Stubenschrott
2008-09-11 20:24:32 +00:00
parent 0cc667f6fe
commit 2a70f7cd8b

View File

@@ -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);