Commit c16c89c1 authored by Joachim Eckerlin's avatar Joachim Eckerlin

Replace jQuery.chosen by jQuery.select2

parent 2078cb3e
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<script type="text/javascript"> <script type="text/javascript">
jQuery(function(){ jQuery(function(){
jQuery( 'select.chosen_select' ).chosen(); jQuery( 'select.chosen_select' ).select2();
jQuery('#product_addons_data') jQuery('#product_addons_data')
.on( 'change', '.addon_name input', function() { .on( 'change', '.addon_name input', function() {
...@@ -217,4 +217,4 @@ ...@@ -217,4 +217,4 @@
}); });
}); });
</script> </script>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment