mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 15:22:26 +01:00
don't send ctrl-keys to firefox in insert mode
This commit is contained in:
@@ -53,7 +53,7 @@ liberator.Bookmarks = function () //{{{
|
||||
function load()
|
||||
{
|
||||
// update our bookmark cache
|
||||
bookmarks = []; // also clear our bookmark cache
|
||||
bookmarks = [];
|
||||
keywords = [];
|
||||
|
||||
var folders = [bookmarksService.toolbarFolder, bookmarksService.bookmarksMenuFolder, bookmarksService.unfiledBookmarksFolder];
|
||||
|
||||
Reference in New Issue
Block a user