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())