summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2017-07-08 15:49:12 +0200
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2017-07-10 03:38:22 +0200
commit1b4e70efe3040e31fe7aa6f4c7c89c5ed3b6509a (patch)
treea1b1510e168b3ee6f6a1bcc13fc679f522530072 /core
parentb43a74bdcd68f6763dcde5ae469c41e41f42dac7 (diff)
downloadnextcloud-server-1b4e70efe3040e31fe7aa6f4c7c89c5ed3b6509a.tar.gz
nextcloud-server-1b4e70efe3040e31fe7aa6f4c7c89c5ed3b6509a.zip
Add select2-toggleselect to the JavaScript files to load
"select2-toggleselect.js" provides an extension to Select2 that makes possible to unselect items in a multi-select dropdown by clicking on them. It seems that its load slipped through when moving things around in commit 6a470e59356b8c52115fe2790666027f38977604; this commit adds it to the JavaScript files to be loaded in the same position that it should have had in that commit (based on how the other declarations were moved). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'core')
-rw-r--r--core/js/merged-template-prepend.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/js/merged-template-prepend.json b/core/js/merged-template-prepend.json
index 0dd6bed5329..0de1da0bf62 100644
--- a/core/js/merged-template-prepend.json
+++ b/core/js/merged-template-prepend.json
@@ -12,6 +12,7 @@
"mimetype.js",
"mimetypelist.js",
"oc-backbone.js",
+ "select2-toggleselect.js",
"placeholder.js",
"jquery.avatar.js",
"jquery.contactsmenu.js"