From 7c2825c577af5c4472d061e7ca6d8cccd9e9cd48 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 21 Sep 2008 14:16:20 +0000 Subject: [PATCH] remove broken in more-prompt action - needs reimplementing --- content/ui.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/content/ui.js b/content/ui.js index d33b9ba4..b4bda7ac 100644 --- a/content/ui.js +++ b/content/ui.js @@ -908,6 +908,7 @@ liberator.CommandLine = function () //{{{ passEvent = true; break; + // TODO: on the prompt line should scroll one page case "": if (event.originalTarget.className == "hl-URL buffer-list") { @@ -936,13 +937,6 @@ liberator.CommandLine = function () //{{{ case "": break; - // XXX: what's that for? --mst - case "": - if (/^(end|more(-help)?)-prompt$/.test(event.target.id)) - ; // fall through - else - break; - // page down case "f": if (liberator.options["more"] && isScrollable())