Skip to content

Commit

Permalink
task:Remove livechat
Browse files Browse the repository at this point in the history
  • Loading branch information
Natanael Rodriguez Ramos authored and Natanael Rodriguez Ramos committed Apr 15, 2024
1 parent efae7ae commit 5d562b9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/themes/ivpn-v3/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,5 @@
<p><img src="{{ $.Site.Params.matomoUrl }}/matomo.php?idsite={{ $.Site.Params.matomoSiteId }}" style="border:0;" alt="" /></p>
</noscript>
{{ end }}

<!-- Start of Rocket.Chat Livechat Script -->
<script type="text/javascript">
(function (w, d, s, u) {
if (screen.width < 430) { return; } // Disable RocketChat LiveChat widget for mobile devices
w.RocketChat = function (c) { w.RocketChat._.push(c) }; w.RocketChat._ = []; w.RocketChat.url = u;
var h = d.getElementsByTagName(s)[0], j = d.createElement(s);
j.async = true; j.src = 'https://livechat.ivpn.net/livechat/rocketchat-livechat.min.js?_=201903270000';
h.parentNode.insertBefore(j, h);
})(window, document, 'script', 'https://livechat.ivpn.net/livechat');
</script>
<!-- End of Rocket.Chat Livechat Script -->
</footer>
{{ end }}

0 comments on commit 5d562b9

Please sign in to comment.