summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-09-05 17:30:13 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-09-05 17:30:13 +0200
commit0a547c94ff8db40a20fa4e9a72e3b088f578b634 (patch)
tree2b9303ff703859ffa2393fb6a0cae54a67767c4f /core/src
parentd0cfa7b91c19023fff7387f9f556f6b3193d3a20 (diff)
downloadnextcloud-server-0a547c94ff8db40a20fa4e9a72e3b088f578b634.tar.gz
nextcloud-server-0a547c94ff8db40a20fa4e9a72e3b088f578b634.zip
Install Select2 via npm
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/globals.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/globals.js b/core/src/globals.js
index e644af84248..77627eb07bd 100644
--- a/core/src/globals.js
+++ b/core/src/globals.js
@@ -83,8 +83,8 @@ import jstimezonedetect from 'jstimezonedetect'
import marked from 'marked'
import md5 from 'blueimp-md5'
import moment from 'moment'
-import 'Select2'
-import 'Select2/select2.css'
+import 'select2'
+import 'select2/select2.css'
import 'snap.js/dist/snap'
import 'strengthify'
import 'strengthify/strengthify.css'