//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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user