mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-05 11:15:46 +01:00
Fix typo in finder.openPrompt refactoring.
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user