templates/partials/global/live_beep.html.twig line 1

Open in your IDE?
  1. <!--Start of LiveBeep Script-->
  2. <script type="text/javascript">
  3. (function(d,s,id){
  4. if(d.getElementById(id)){return;}
  5. var u='//www.livebeep.com/'+d.domain+'/eye.js';
  6. if((h=d.location.href.split(/#ev!/)[1])) u += '?_e=' +h;
  7. else if((r=/.*\_evV=(\w+)\b.*/).test(c=d.cookie) ) u += '?_v='+c.replace(r,'$1');
  8. var js = d.createElement(s);
  9. js.src = u;js.id = id;
  10. var fjs = d.getElementsByTagName(s)[0];
  11. fjs.parentNode.insertBefore(js, fjs);
  12. })(document,'script','livebeep-script');
  13. </script>
  14. <!--End of LiveBeep Script-->