Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-litvak committed Sep 17, 2020
1 parent 718b598 commit ac8d3c2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _layouts/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,14 @@ <h3>
});
</script>
{% endif %}
<script>
window.intercomSettings = {
app_id: "u9ytpaii"
};
</script>
<script>
// We pre-filled your app ID in the widget URL: 'https://widget.intercom.io/widget/u9ytpaii'
(function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',w.intercomSettings);}else{var d=document;var i=function(){i.c(arguments);};i.q=[];i.c=function(args){i.q.push(args);};w.Intercom=i;var l=function(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/u9ytpaii';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>
</body>
</html>

0 comments on commit ac8d3c2

Please sign in to comment.