From 04310d59205a6423d72731490702c60e1807e1c2 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 19 Dec 2016 23:16:57 +0100 Subject: [PATCH] Added missing JS reference --- wcfsetup/install/files/acp/templates/header.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/acp/templates/header.tpl b/wcfsetup/install/files/acp/templates/header.tpl index 09407f1ddc..f2c00c3688 100644 --- a/wcfsetup/install/files/acp/templates/header.tpl +++ b/wcfsetup/install/files/acp/templates/header.tpl @@ -30,6 +30,7 @@ {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'}