Comment out Rocket.Chat Livechat script in Layout.astro for future reference without execution.
This commit is contained in:
@@ -85,6 +85,7 @@ const { language, textDirection } = I18N;
|
||||
<CookieBanner />
|
||||
<BackToTop />
|
||||
<!-- Start of Rocket.Chat Livechat Script -->
|
||||
<!--
|
||||
<script type="text/javascript" defer>
|
||||
(function(w, d, s, u) {
|
||||
w.RocketChat = function(c) { w.RocketChat._.push(c) }; w.RocketChat._ = []; w.RocketChat.url = u;
|
||||
@@ -93,6 +94,7 @@ const { language, textDirection } = I18N;
|
||||
h.parentNode.insertBefore(j, h);
|
||||
})(window, document, 'script', 'https://chat.365devnet.eu/livechat');
|
||||
</script>
|
||||
-->
|
||||
<!-- End of Rocket.Chat Livechat Script -->
|
||||
<ImageModal />
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user