// BugFix : Blocklayered little fix with product order

This commit is contained in:
mDeflotte
2011-12-15 13:41:53 +00:00
parent 8fa5ffc681
commit 4b9f1951f8
+4
View File
@@ -115,6 +115,10 @@ $(document).ready(function()
hideFilterValueAction(this);
});
$('#selectPrductSort').live('change', function() {
reloadContent();
});
paginationButton();
initLayered();
});