mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 15:22:26 +01:00
rename the BookmarkPost autocommand event to BookmarkAdd
This commit is contained in:
@@ -268,7 +268,7 @@ liberator.Bookmarks = function () //{{{
|
||||
//also update bookmark cache
|
||||
bookmarks.unshift([url, title, keyword, tags || []]);
|
||||
|
||||
liberator.autocommands.trigger("BookmarkPost", "");
|
||||
liberator.autocommands.trigger("BookmarkAdd", "");
|
||||
|
||||
return true;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user