mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
11 lines
183 B
JavaScript
11 lines
183 B
JavaScript
require('./app.css');
|
|
|
|
import 'select2';
|
|
jQuery("document").ready(function() {
|
|
jQuery(".mailselect").select2({
|
|
tags: true,
|
|
tokenSeparators: [',', ' ']
|
|
})
|
|
});
|
|
|