//fixed small bug on search category

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9048 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2011-10-05 09:34:38 +00:00
parent 06713441d5
commit 2ea5c7d0ba
+1 -1
View File
@@ -277,6 +277,7 @@ $(document).ready( function() {
}).result(function(event, item)
{
parent_ids = getParentCategoriesIdAndOpen(item[1]);
intervalCheck = setInterval(checkCategory, 10);
});
});
@@ -310,7 +311,6 @@ function openParentCategories()
// delete interval value
interval = null;
readyToExpand = false;
intervalCheck = setInterval(checkCategory, 10);
}
if (readyToExpand)