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