From 1b4e70efe3040e31fe7aa6f4c7c89c5ed3b6509a Mon Sep 17 00:00:00 2001 From: Daniel Calviño Sánchez Date: Sat, 8 Jul 2017 15:49:12 +0200 Subject: Add select2-toggleselect to the JavaScript files to load MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "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 --- core/js/merged-template-prepend.json | 1 + 1 file changed, 1 insertion(+) (limited to 'core') 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" -- cgit v1.2.3