From: Alexander Ebert Date: Tue, 16 Aug 2016 14:16:43 +0000 (+0200) Subject: Using unified names X-Git-Tag: 3.0.0_Beta_1~736^2~5 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=91b3ad54116805f2cc93c78b61115a50eefac5db;p=GitHub%2FWoltLab%2FWCF.git Using unified names --- 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'}