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
2019-07-08 16:53:25 +02:00

11 lines
183 B
JavaScript

require('./app.css');
import 'select2';
jQuery("document").ready(function() {
jQuery(".mailselect").select2({
tags: true,
tokenSeparators: [',', ' ']
})
});