diff options
Diffstat (limited to 'background_page.html')
| -rw-r--r-- | background_page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/background_page.html b/background_page.html index 9ce9fe22..12ef158e 100644 --- a/background_page.html +++ b/background_page.html @@ -602,7 +602,7 @@ } function splitKeyQueue(queue) { - var match = /([0-9]*)(.*)/.exec(queue); + var match = /([1-9][0-9]*)?(.*)/.exec(queue); var count = parseInt(match[1]); var command = match[2]; |
