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