Skip to content

Commit

Permalink
HELPELSA-3415: Remove the Intercom bubble (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
toblea authored Oct 9, 2024
1 parent c15d683 commit e1e5982
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,6 @@
{% include shared/regions/region-selection-javascript.html %}
{% endif %}

<!-- Intercom bubble -->
<script>
window.intercomSettings = {
app_id: "okjpf68w"
};
</script>
<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/okjpf68w';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>

<!-- Search -->
<script type="text/javascript">
(function(w,d,t,u,n,s,e){w['SwiftypeObject']=n;w[n]=w[n]||function(){
Expand Down

0 comments on commit e1e5982

Please sign in to comment.