1
0
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:
Martin Stubenschrott
2008-06-06 12:54:10 +00:00
parent f85e07c315
commit ab9a6811bd
3 changed files with 11 additions and 5 deletions

View File

@@ -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];