Skip to content

Commit

Permalink
Add Reo.dev script to ContentHub third parties
Browse files Browse the repository at this point in the history
  • Loading branch information
fbraure committed Jan 21, 2025
1 parent 3d63168 commit b0874eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/_components/shared/third_parties.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
window.intercomSettings = { app_id: "hxcxcbgc" };
(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/APP_ID';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>
<script type="text/javascript">
!function(){var e,t,n;e="8c6b0ae4ba3cb4d",t=function(){Reo.init({clientID:"8c6b0ae4ba3cb4d"})},(n=document.createElement("script")).src="https://static.reo.dev/"+e+"/reo.js",n.defer=!0,n.onload=t,document.head.appendChild(n)}();
</script>

0 comments on commit b0874eb

Please sign in to comment.