Files
openfoodnetwork/app/assets/javascripts/admin/spree/spree-select2.js.erb

9 lines
195 B
Plaintext

//= require select2
jQuery(function($) {
// Make select beautiful
if (typeof $('select.select2').select2 === 'function' )
$('select.select2').select2({
allowClear: true
});
})