From c25f6584582998151e9cb1f97ead3e52f79d9f08 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 12 Jul 2015 19:39:01 +0200 Subject: [PATCH] Added missing JS references --- wcfsetup/install/files/acp/templates/header.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wcfsetup/install/files/acp/templates/header.tpl b/wcfsetup/install/files/acp/templates/header.tpl index 8670dc9175..6922732741 100644 --- a/wcfsetup/install/files/acp/templates/header.tpl +++ b/wcfsetup/install/files/acp/templates/header.tpl @@ -25,6 +25,8 @@ {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'}