From ea181024f10340ab1aece6ca5ec9860edd45866d Mon Sep 17 00:00:00 2001 From: becarta Date: Sat, 7 Jun 2025 04:45:36 +0200 Subject: [PATCH] Update Rocket.Chat Livechat script URL in Layout.astro for improved functionality - Changed the script source URL in Layout.astro to ensure proper loading of the Rocket.Chat Livechat feature. --- src/layouts/Layout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 2c7baec..d1e41ca 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -80,7 +80,7 @@ const { language, textDirection } = I18N; const h = d.getElementsByTagName(s)[0], j = d.createElement(s); j.async = true; j.src = 'https://chat.365devnet.eu/livechat/rocketchat-livechat.min.js?_=201903270000'; h.parentNode.insertBefore(j, h); - })(window, document, 'script', 'https://chat.365devnet.eu/livechat'); + })(window, document, 'script', 'https://chat.365devnet.eu/');