mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 20:24:12 +01:00
fixed bookmarks with: bookmarksRoot -> placesRoot
This commit is contained in:
@@ -55,7 +55,7 @@ vimperator.Bookmarks = function () //{{{
|
||||
// update our bookmark cache
|
||||
bookmarks = []; // also clear our bookmark cache
|
||||
keywords = [];
|
||||
var root = bookmarksService.bookmarksRoot;
|
||||
var root = bookmarksService.placesRoot;
|
||||
|
||||
var folders = [root];
|
||||
var query = historyService.getNewQuery();
|
||||
|
||||
Reference in New Issue
Block a user