// fix category tree if tree

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10639 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-11-23 23:14:48 +00:00
parent ca8fbb4d47
commit dfabd7878a
@@ -3,7 +3,7 @@
<script type="text/javascript">
$(document).ready(function(){
$('#go_to_categ').bind('change', function(){
var base_url = '{$currentIndex}';
var base_url = '{$base_url}';
if (this.value !== "")
location.href = base_url + '&id_category=' + parseInt(this.value);
else