From 5c09fb6319632630b2f405f5875677714fd66ba2 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 29 Sep 2019 16:26:44 +0200 Subject: [PATCH] Fix duplicate inclusion of `WCF.Combined` via AJAX form builder forms --- com.woltlab.wcf/templates/__labelFormField.tpl | 1 - com.woltlab.wcf/templates/__pollOptionsFormField.tpl | 1 - com.woltlab.wcf/templates/__wysiwygAttachmentFormField.tpl | 1 - com.woltlab.wcf/templates/__wysiwygFormField.tpl | 1 - com.woltlab.wcf/templates/__wysiwygTabMenuFormContainer.tpl | 1 - wcfsetup/install/files/acp/templates/__labelFormField.tpl | 1 - .../install/files/acp/templates/__pollOptionsFormField.tpl | 1 - .../files/acp/templates/__wysiwygAttachmentFormField.tpl | 1 - wcfsetup/install/files/acp/templates/__wysiwygFormField.tpl | 1 - .../files/acp/templates/__wysiwygTabMenuFormContainer.tpl | 1 - wcfsetup/install/files/acp/templates/header.tpl | 4 ++++ 11 files changed, 4 insertions(+), 10 deletions(-) diff --git a/com.woltlab.wcf/templates/__labelFormField.tpl b/com.woltlab.wcf/templates/__labelFormField.tpl index e683b7a9bc..13068c1c5a 100644 --- a/com.woltlab.wcf/templates/__labelFormField.tpl +++ b/com.woltlab.wcf/templates/__labelFormField.tpl @@ -25,7 +25,6 @@ -{js application='wcf' file='WCF.Label' bundle='WCF.Combined'} + {js application='wcf' file='WCF.Attachment' bundle='WCF.Combined'} + {js application='wcf' file='WCF.Message' bundle='WCF.Combined'} + {js application='wcf' file='WCF.Label' bundle='WCF.Combined'} + {js application='wcf' file='WCF.Poll' bundle='WCF.Combined'}