From 50a3558b55a4c9256bd3f8deac3dfae731b6daef Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 11 Nov 2022 18:30:42 +0100 Subject: [PATCH] Invert the order of the phrase preloader and the web component bundle --- com.woltlab.wcf/templates/headIncludeJavaScript.tpl | 2 +- wcfsetup/install/files/acp/templates/header.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/com.woltlab.wcf/templates/headIncludeJavaScript.tpl b/com.woltlab.wcf/templates/headIncludeJavaScript.tpl index e2e7a07721..0b4ad06b33 100644 --- a/com.woltlab.wcf/templates/headIncludeJavaScript.tpl +++ b/com.woltlab.wcf/templates/headIncludeJavaScript.tpl @@ -24,8 +24,8 @@ {/if} - + {js application='wcf' file='require' bundle='WoltLabSuite.Core' core='true' hasTiny=true} {js application='wcf' file='require.config' bundle='WoltLabSuite.Core' core='true' hasTiny=true} diff --git a/wcfsetup/install/files/acp/templates/header.tpl b/wcfsetup/install/files/acp/templates/header.tpl index 757fe8c07f..5cb89674b4 100644 --- a/wcfsetup/install/files/acp/templates/header.tpl +++ b/wcfsetup/install/files/acp/templates/header.tpl @@ -48,8 +48,8 @@ var COMPILER_TARGET_DEFAULT = true; - + {js application='wcf' file='require' bundle='WoltLabSuite.Core' core='true'} {js application='wcf' file='require.config' bundle='WoltLabSuite.Core' core='true'} -- 2.20.1