mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 09:55:47 +01:00
Fix <u>.
This commit is contained in:
@@ -611,7 +611,7 @@ function Tabs() //{{{
|
|||||||
if (count < 1)
|
if (count < 1)
|
||||||
count = 1;
|
count = 1;
|
||||||
|
|
||||||
if (m = /^(\d+)(:|$)/.exec(args || ''))
|
if (m = /^(\d+)(:|$)/.exec(args || '1'))
|
||||||
window.undoCloseTab(Number(m[1]) - 1);
|
window.undoCloseTab(Number(m[1]) - 1);
|
||||||
else if (args)
|
else if (args)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user