1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/core/admin/assets/app.js

11 lines
183 B
JavaScript
Raw Normal View History

require('./app.css');
2019-06-23 23:31:07 +02:00
import 'select2';
2019-06-23 23:31:07 +02:00
jQuery("document").ready(function() {
jQuery(".mailselect").select2({
tags: true,
tokenSeparators: [',', ' ']
})
});