Commit 0a2e53c3 authored by Franco (nextime) Lanza's avatar Franco (nextime) Lanza

Merge pull request #12 from TheJotob/master

Replace jQuery.chosen by jQuery.select2
parents 2078cb3e c16c89c1
......@@ -45,7 +45,7 @@
<script type="text/javascript">
jQuery(function(){
jQuery( 'select.chosen_select' ).chosen();
jQuery( 'select.chosen_select' ).select2();
jQuery('#product_addons_data')
.on( 'change', '.addon_name input', function() {
......@@ -217,4 +217,4 @@
});
});
</script>
\ No newline at end of file
</script>
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