From: Tim Düsterhus Date: Tue, 9 Feb 2021 11:21:53 +0000 (+0100) Subject: Explicitly load tslib X-Git-Tag: 5.4.0_Alpha_1~293 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4b201fcf4c671a09354cf5d23eaf33f0e694b893;p=GitHub%2FWoltLab%2FWCF.git Explicitly load tslib This should resolve #3951, because this performs a blocking load. --- 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}