Update Rocket.Chat Livechat script URL in Layout.astro for correct loading
- Modified the script source URL in Layout.astro to ensure the Rocket.Chat Livechat feature loads from the correct endpoint.
This commit is contained in:
@@ -80,7 +80,7 @@ const { language, textDirection } = I18N;
|
|||||||
const h = d.getElementsByTagName(s)[0], j = d.createElement(s);
|
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';
|
j.async = true; j.src = 'https://chat.365devnet.eu/livechat/rocketchat-livechat.min.js?_=201903270000';
|
||||||
h.parentNode.insertBefore(j, h);
|
h.parentNode.insertBefore(j, h);
|
||||||
})(window, document, 'script', 'https://chat.365devnet.eu/');
|
})(window, document, 'script', 'https://chat.365devnet.eu/livechat');
|
||||||
</script>
|
</script>
|
||||||
<!-- End of Rocket.Chat Livechat Script -->
|
<!-- End of Rocket.Chat Livechat Script -->
|
||||||
</body>
|
</body>
|
||||||
|
Reference in New Issue
Block a user