mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 07:12:28 +01:00
add new BookmarkPost autocommand event
This commit is contained in:
@@ -267,6 +267,9 @@ liberator.Bookmarks = function () //{{{
|
||||
|
||||
//also update bookmark cache
|
||||
bookmarks.unshift([url, title, keyword, tags || []]);
|
||||
|
||||
liberator.autocommands.trigger("BookmarkPost", "");
|
||||
|
||||
return true;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user