Bump the head.js timeout from 7s to 60s
authorAlexander Ebert <ebert@woltlab.com>
Tue, 3 Nov 2020 12:27:00 +0000 (13:27 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 3 Nov 2020 12:27:00 +0000 (13:27 +0100)
commit5af570ef80965e6333564cdab7932929189e7df8
treea3fe42441aa44cc799e4ec25ed68ec9fbb78a1ed
parent28c80db62b8c792feec57d6126a858b2f886ac6d
Bump the head.js timeout from 7s to 60s

head.js will fire the ready event even when the script is still loading, causing the callback to be invoked on slow 3G networks before the script arrived.

See https://github.com/headjs/headjs/issues/330
wcfsetup/install/files/js/WCF.Assets.js