// Missing Typo

This commit is contained in:
Jerome Nadaud
2013-11-25 17:09:08 +01:00
parent 12c89c1e2d
commit 89f794ae5e
+1 -1
View File
@@ -1437,7 +1437,7 @@ class BlockLayered extends Module
//<![CDATA[
$(document).ready(function()
{
$(\'#selectPrductSort\').unbind(\'change\').bind(\'change\', function()
$(\'#selectProductSort\').unbind(\'change\').bind(\'change\', function()
{
reloadContent();
})