diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-09 16:57:08 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-09 16:57:08 +0100 |
commit | 1728075946ded49e66867ea020243b735607a655 (patch) | |
tree | 02617f64c6567cafc71dcc771315be296e2062ed /core/src/globals.js | |
parent | 96102c1b7010a242af316390f735c362080f6688 (diff) | |
download | nextcloud-server-1728075946ded49e66867ea020243b735607a655.tar.gz nextcloud-server-1728075946ded49e66867ea020243b735607a655.zip |
Bump select2 from 3.4.5 to 3.4.8
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/src/globals.js')
-rw-r--r-- | core/src/globals.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/src/globals.js b/core/src/globals.js index 0ea4954d543..9209ea72627 100644 --- a/core/src/globals.js +++ b/core/src/globals.js @@ -42,8 +42,8 @@ import jstimezonedetect from 'jstimezonedetect' import marked from 'marked' import md5 from 'blueimp-md5' import moment from 'moment' -import Select2 from 'select2' -import 'select2/select2.css' +import 'Select2' +import 'Select2/select2.css' import 'snap.js/dist/snap' import 'strengthify' import 'strengthify/strengthify.css' @@ -63,4 +63,3 @@ window['jQuery'] = $ window['marked'] = marked window['md5'] = md5 window['moment'] = moment -window['Select2'] = Select2 |