isotope / core

Core repository of Isotope eCommerce, an eCommerce extension for Contao Open Source CMS
https://isotopeecommerce.org
135 stars 107 forks source link

Filter module not working on Firefox #172

Closed ghost closed 11 years ago

ghost commented 11 years ago

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)

Toflar commented 11 years ago

Fixed in r2470.

--- Originally created by Toflar on 2011-09-27 19:00:24