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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user