// BugFix : Blocklayered little fix with product order

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11258 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2011-12-15 13:41:53 +00:00
parent 13a70e1044
commit 86aa61d3c0
+4
View File
@@ -115,6 +115,10 @@ $(document).ready(function()
hideFilterValueAction(this);
});
$('#selectPrductSort').live('change', function() {
reloadContent();
});
paginationButton();
initLayered();
});