From: Matthias Schmidt Date: Sun, 12 Jul 2015 14:46:46 +0000 (+0200) Subject: Add missing inclusion of wcf.globalHelper X-Git-Tag: 3.0.0_Beta_1~2177^2~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4d10ad5271619c283ba140240d35a46a9bfa4f6e;p=GitHub%2FWoltLab%2FWCF.git Add missing inclusion of wcf.globalHelper --- diff --git a/com.woltlab.wcf/templates/headIncludeJavaScript.tpl b/com.woltlab.wcf/templates/headIncludeJavaScript.tpl index 7c73cbe892..ba822226a9 100644 --- a/com.woltlab.wcf/templates/headIncludeJavaScript.tpl +++ b/com.woltlab.wcf/templates/headIncludeJavaScript.tpl @@ -14,6 +14,7 @@ {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'}