mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
//= require select2
|
|
jQuery(function($) {
|
|
// Make select beautiful
|
|
$('select.select2').select2({
|
|
allowClear: true
|
|
});
|
|
})
|