//small fix

This commit is contained in:
vAugagneur
2011-10-06 13:54:33 +00:00
parent dac0b54562
commit b5ce7ecacd
+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);
}
}