//small fix

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9102 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2011-10-06 13:54:33 +00:00
parent ef8f39babe
commit 4d7bf6f76a
+2 -1
View File
@@ -319,7 +319,7 @@ function openParentCategories()
{
if ($('li#'+arrayCatToExpand[id]+'.hasChildren').length > 0)
readyToExpand = false;
$('li#'+arrayCatToExpand[id]+' span').trigger('click');
$('li#'+arrayCatToExpand[id]+'.expandable span').trigger('click');
id++;
}
}
@@ -334,5 +334,6 @@ function checkCategory()
else
{
$('li#'+category_to_check+' > input[type=checkbox]').attr('checked', 'checked');
updateNbSubCategorySelected($('li#'+category_to_check+' > input[type=checkbox]'), true);
}
}