From 4b201fcf4c671a09354cf5d23eaf33f0e694b893 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 9 Feb 2021 12:21:53 +0100 Subject: [PATCH] Explicitly load tslib This should resolve #3951, because this performs a blocking load. --- 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 bbefb0446c..1ead75ef94 100644 --- a/com.woltlab.wcf/templates/headIncludeJavaScript.tpl +++ b/com.woltlab.wcf/templates/headIncludeJavaScript.tpl @@ -29,6 +29,7 @@ {js application='wcf' file='require.config' bundle='WoltLabSuite.Core' core='true' hasTiny=true} {js application='wcf' file='require.linearExecution' bundle='WoltLabSuite.Core' core='true' hasTiny=true} {js application='wcf' file='wcf.globalHelper' bundle='WoltLabSuite.Core' core='true' hasTiny=true} +{js application='wcf' file='3rdParty/tslib' bundle='WoltLabSuite.Core' core='true' hasTiny=true}