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

Update bookmarks cache based on bookmarks observer.

This commit is contained in:
Kris Maglione
2008-09-10 19:36:30 +00:00
parent a6a9561bdd
commit ca6048ef05
2 changed files with 32 additions and 8 deletions

View File

@@ -1093,6 +1093,8 @@ const liberator = (function () //{{{
liberator.events.destroy();
if (liberator.has("quickmarks"))
liberator.quickmarks.destroy();
if (liberator.has("bookmarks"))
liberator.bookmarks.destroy();
liberator.dump("All liberator modules destroyed\n");