]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add select2-toggleselect to the JavaScript files to load
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Sat, 8 Jul 2017 13:49:12 +0000 (15:49 +0200)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Tue, 11 Jul 2017 11:02:09 +0000 (13:02 +0200)
"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>
core/js/merged-template-prepend.json

index 0dd6bed53294f89a05c0df008f53c414fd876326..0de1da0bf62d3597be54552cdacafb15734ae0ed 100644 (file)
@@ -12,6 +12,7 @@
   "mimetype.js",
   "mimetypelist.js",
   "oc-backbone.js",
+  "select2-toggleselect.js",
   "placeholder.js",
   "jquery.avatar.js",
   "jquery.contactsmenu.js"