//small fix

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9029 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2011-10-04 15:54:49 +00:00
parent 7dba311ab1
commit 9391324c8d
+1 -1
View File
@@ -317,7 +317,7 @@ function openParentCategories()
{
if ($('li#'+arrayCatToExpand[id]+'.hasChildren').length > 0)
readyToExpand = false;
$('li#'+arrayCatToExpand[id]+'.expandable:visible span.category_label').trigger('click');
$('li#'+arrayCatToExpand[id]+' span').trigger('click');
id++;
}
}