From 94c97aaea85c0871f2715156827bd655a5db0e6f Mon Sep 17 00:00:00 2001 From: FredrikOseberg Date: Thu, 14 Aug 2025 14:54:28 +0200 Subject: [PATCH] fix: lazy load reo --- website/global.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/global.js b/website/global.js index 035e2ee1b0..719f9c9bab 100644 --- a/website/global.js +++ b/website/global.js @@ -1,3 +1,3 @@ -if(typeof document !== 'undefined') { - !function(){var e,t,n;e="5fe670e3422303a",t=function(){Reo.init({clientID:"5fe670e3422303a"})},(n=document.createElement("script")).src="https://static.reo.dev/"+e+"/reo.js",n.async=!0,n.onload=t,document.head.appendChild(n)}(); -} +// if(typeof document !== 'undefined') { +// !function(){var e,t,n;e="5fe670e3422303a",t=function(){Reo.init({clientID:"5fe670e3422303a"})},(n=document.createElement("script")).src="https://static.reo.dev/"+e+"/reo.js",n.async=!0,n.onload=t,document.head.appendChild(n)}(); +// }