From bf4913acb965aa3771ae06971c35332fae4dff32 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Sat, 8 Jul 2017 15:49:12 +0200 Subject: [PATCH] Add select2-toggleselect to the JavaScript files to load MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 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(+) 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" -- 2.39.5