mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 10:45:46 +01:00
Dont show the MORE prompt in command line mode.
This commit is contained in:
@@ -114,7 +114,7 @@ function Bookmarks() //{{{
|
||||
bookmarks = [];
|
||||
this.__defineGetter__("bookmarks", function () bookmarks);
|
||||
|
||||
var folders = rootFolders.concat([]);
|
||||
var folders = rootFolders.slice();
|
||||
var query = historyService.getNewQuery();
|
||||
var options = historyService.getNewQueryOptions();
|
||||
while (folders.length > 0)
|
||||
|
||||
Reference in New Issue
Block a user