// 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user