From 91b3ad54116805f2cc93c78b61115a50eefac5db Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 16 Aug 2016 16:16:43 +0200 Subject: [PATCH] Using unified names --- com.woltlab.wcf/templates/headIncludeJavaScript.tpl | 10 +++++----- wcfsetup/install/files/acp/templates/header.tpl | 8 ++++---- wcfsetup/install/files/js/require.build.js | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/com.woltlab.wcf/templates/headIncludeJavaScript.tpl b/com.woltlab.wcf/templates/headIncludeJavaScript.tpl index dd6ed89c1a..2971d951b2 100644 --- a/com.woltlab.wcf/templates/headIncludeJavaScript.tpl +++ b/com.woltlab.wcf/templates/headIncludeJavaScript.tpl @@ -11,11 +11,11 @@ var URL_LEGACY_MODE = {if URL_LEGACY_MODE}true{else}false{/if}; -{js application='wcf' file='require' bundle='WCF.Core' core='true'} -{js application='wcf' file='require.config' bundle='WCF.Core' core='true'} -{js application='wcf' file='require.linearExecution' bundle='WCF.Core' core='true'} -{js application='wcf' file='wcf.globalHelper' bundle='WCF.Core' core='true'} -{js application='wcf' file='closest' bundle='WCF.Core' core='true'} +{js application='wcf' file='require' bundle='WoltLabSuite.Core' core='true'} +{js application='wcf' file='require.config' bundle='WoltLabSuite.Core' core='true'} +{js application='wcf' file='require.linearExecution' bundle='WoltLabSuite.Core' core='true'} +{js application='wcf' file='wcf.globalHelper' bundle='WoltLabSuite.Core' core='true'} +{js application='wcf' file='closest' bundle='WoltLabSuite.Core' core='true'} - {js application='wcf' file='require' bundle='WCF.Core' core='true'} - {js application='wcf' file='require.config' bundle='WCF.Core' core='true'} - {js application='wcf' file='require.linearExecution' bundle='WCF.Core' core='true'} - {js application='wcf' file='wcf.globalHelper' bundle='WCF.Core' core='true'} + {js application='wcf' file='require' bundle='WoltLabSuite.Core' core='true'} + {js application='wcf' file='require.config' bundle='WoltLabSuite.Core' core='true'} + {js application='wcf' file='require.linearExecution' bundle='WoltLabSuite.Core' core='true'} + {js application='wcf' file='wcf.globalHelper' bundle='WoltLabSuite.Core' core='true'}