diff options
| author | Phil Crosby | 2010-09-05 15:46:02 -0700 |
|---|---|---|
| committer | Phil Crosby | 2010-09-05 15:46:40 -0700 |
| commit | 29688d9880fcceb3033a7a2a1bdc0eea5eadfd55 (patch) | |
| tree | c6943f00cb9a703e4511b488ecc164f94b6936e7 /commands.js | |
| parent | ce2093fcfef6f7000edc7eae026c7d529273199d (diff) | |
| download | vimium-29688d9880fcceb3033a7a2a1bdc0eea5eadfd55.tar.bz2 | |
Make it so that 'gotoFirstInput' does not require the text box to have an ID on it.
Diffstat (limited to 'commands.js')
| -rw-r--r-- | commands.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.js b/commands.js index 26ef2d34..fa24dee8 100644 --- a/commands.js +++ b/commands.js @@ -146,7 +146,7 @@ addCommand('copyCurrentUrl', 'Copy the current URL to the clipboard'); addCommand('enterInsertMode', 'Enter insert mode'); -addCommand('focusFirstInput', 'Focus the first text box on the page.'); +addCommand('focusFirstInput', 'Focus the first text box on the page'); addCommand('activateLinkHintsMode', 'Enter link hints mode to open links in current tab'); addCommand('activateLinkHintsModeToOpenInNewTab', 'Enter link hints mode to open links in new tab'); |
