Filter module doesn't update using Firefox while it does with Chrome or Internet Explorer. Solution found by replacing the string onchange="<?php echo $this->formId; ?>.submit();" by onchange="$('<?php echo $this->formId; ?>').submit();"
--- Originally created by septentrio on 2011-09-24 12:32:19 (ID 2100)
Filter module doesn't update using Firefox while it does with Chrome or Internet Explorer. Solution found by replacing the string onchange="<?php echo $this->formId; ?>.submit();" by onchange="$('<?php echo $this->formId; ?>').submit();"
--- Originally created by septentrio on 2011-09-24 12:32:19 (ID 2100)