Skip to content

Commit 041ee02

Browse files
author
Joseph Damiba
committed
Remove intercom
1 parent 2642c05 commit 041ee02

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

_layouts/base.html

-7
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,6 @@ <h1>
8181

8282
{% include layouts/_footer-main.html %}
8383

84-
{% if page.language == "r" or page.language == "python" %}
85-
<script>
86-
window.intercomSettings = { app_id: "anwi88es" };
87-
</script>
88-
<script>(function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',intercomSettings);}else{var d=document;var i=function(){i.c(arguments)};i.q=[];i.c=function(args){i.q.push(args)};w.Intercom=i;function l(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/anwi88es';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);}if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})()</script>
89-
{% endif %}
90-
9184
</body>
9285

9386
</html>

0 commit comments

Comments
 (0)