[-] BO : BugFix : #PSTEST-991 : ajax search with category treeview

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14029 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-03-12 10:30:14 +00:00
parent 2125088445
commit d2e9c80c53
2 changed files with 8 additions and 0 deletions
@@ -92,4 +92,9 @@
</ul>
</li>
</ul>
{if $categories.use_radio}
<scrit type="text/javascript">
searchCategory();
</scrit>
{/if}
{/if}
+3
View File
@@ -289,6 +289,9 @@ class HelperCore
</ul>
</li>
</ul>';
if ($use_search)
$html .= '<script type="text/javascript">searchCategory();</script>';
return $html;
}