diff options
author | Nik Nyby <nikolas@gnu.org> | 2015-06-19 19:29:52 -0400 |
---|---|---|
committer | Nik Nyby <nikolas@gnu.org> | 2015-10-22 21:33:30 -0400 |
commit | d64a3c7e6b8a95517057eae39cc3115e27842f5a (patch) | |
tree | 8e0517f1eb5ae266331b1ff55b081c353e2e96f8 /lib | |
parent | 9180aa0e94f4c043f2ef6103788d7fde0b927741 (diff) | |
download | librejsxul-d64a3c7e6b8a95517057eae39cc3115e27842f5a.tar.lz librejsxul-d64a3c7e6b8a95517057eae39cc3115e27842f5a.tar.xz librejsxul-d64a3c7e6b8a95517057eae39cc3115e27842f5a.zip |
remove menuitems
Diffstat (limited to 'lib')
-rw-r--r-- | lib/addon_management/install_uninstall.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/addon_management/install_uninstall.js b/lib/addon_management/install_uninstall.js index 7ce73ea..084b448 100644 --- a/lib/addon_management/install_uninstall.js +++ b/lib/addon_management/install_uninstall.js @@ -46,7 +46,7 @@ exports.onUnload = function(reason) { reason == "shutdown" || reason == "upgrade" || reason == "downgrade") { - require("settings/storage").librejsStorage.writeCacheToDB(); + require("../settings/storage").librejsStorage.writeCacheToDB(); // remove all http notifications httpObserver.removeHttpObserver(); // remove worker. |