1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 20:24:12 +01:00
This commit is contained in:
Kris Maglione
2009-05-22 16:58:00 -04:00
parent b74df73c85
commit 68b75aa5c5

View File

@@ -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)
{