diff --git a/common/content/finder.js b/common/content/finder.js index 9fd22b52..32aadec8 100644 --- a/common/content/finder.js +++ b/common/content/finder.js @@ -357,7 +357,7 @@ function Finder() //{{{ openPrompt: function (mode) { backwards = mode == modes.SEARCH_BACKWARD; - commandline.open(backwards ? "?" : "/", mode); + commandline.open(backwards ? "?" : "/", "", mode); // TODO: focus the top of the currently visible screen },