Doceditor: fix browser detector

This commit is contained in:
Timofey Boyko 2024-08-23 14:32:37 +03:00
parent 6bb100ab29
commit 05e4f8b626

View File

@ -37,7 +37,7 @@ const Scripts = () => {
<>
<Script
id="browser-detector"
strategy="beforeInteractive"
// strategy="beforeInteractive"
src={`/static/scripts/browserDetector.js?hash=${runtime?.checksums?.["browserDetector.js"] ?? hashDate}`}
/>