forgot to parseInt()
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@5640 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
d5b7c30001
commit
ed4cd563b3
@ -2165,7 +2165,7 @@ TreeStyleTabBrowser.prototype = {
|
|||||||
indexes.push(aIndex);
|
indexes.push(aIndex);
|
||||||
}, this);
|
}, this);
|
||||||
|
|
||||||
var count = aId.split('::')[1];
|
var count = parseInt(aId.split('::')[1]);
|
||||||
|
|
||||||
if (
|
if (
|
||||||
!indexes.length ||
|
!indexes.length ||
|
||||||
|
Loading…
Reference in New Issue
Block a user