mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-08 23:13:32 +02: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