From 4d10ad5271619c283ba140240d35a46a9bfa4f6e Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 12 Jul 2015 16:46:46 +0200 Subject: [PATCH] Add missing inclusion of wcf.globalHelper --- com.woltlab.wcf/templates/headIncludeJavaScript.tpl | 1 + wcfsetup/install/files/acp/templates/header.tpl | 1 + 2 files changed, 2 insertions(+) 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'}