From 9391324c8de63baa1e4163ffc2e34ff83c206997 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Tue, 4 Oct 2011 15:54:49 +0000 Subject: [PATCH] //small fix git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9029 b9a71923-0436-4b27-9f14-aed3839534dd --- js/admin-categories-tree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/admin-categories-tree.js b/js/admin-categories-tree.js index d7b119333..05ec0fceb 100755 --- a/js/admin-categories-tree.js +++ b/js/admin-categories-tree.js @@ -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++; } }