Added missing JS reference
authorAlexander Ebert <ebert@woltlab.com>
Mon, 19 Dec 2016 22:16:57 +0000 (23:16 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 20 Dec 2016 11:12:31 +0000 (12:12 +0100)
wcfsetup/install/files/acp/templates/header.tpl

index 09407f1ddc4f9758b9bfc4f6e6cce2ac5ddfafd7..f2c00c3688d47ea5b7409e7d6cbffb1b8989ac89 100644 (file)
@@ -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'}
        <script>
                requirejs.config({
                        baseUrl: '{@$__wcf->getPath()}js'