diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-12-23 15:09:40 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-01-09 15:02:01 +0100 |
commit | 83068c39e532f02381d18df35cef025366b0ab97 (patch) | |
tree | ab6fa49eae0c97be014c82983d3094effbfd481e /core/src | |
parent | a34027348bec030b4463cb54ac11c5c36fcd17e8 (diff) | |
download | nextcloud-server-83068c39e532f02381d18df35cef025366b0ab97.tar.gz nextcloud-server-83068c39e532f02381d18df35cef025366b0ab97.zip |
Update select2, include css
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/globals.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/globals.js b/core/src/globals.js index 391941655ae..0ea4954d543 100644 --- a/core/src/globals.js +++ b/core/src/globals.js @@ -43,6 +43,7 @@ import marked from 'marked' import md5 from 'blueimp-md5' import moment from 'moment' import Select2 from 'select2' +import 'select2/select2.css' import 'snap.js/dist/snap' import 'strengthify' import 'strengthify/strengthify.css' |