Files
openfoodnetwork/app/assets/javascripts/admin/spree/spree-select2.js.erb
2020-02-04 14:47:26 +00:00

8 lines
130 B
Plaintext

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