src/CoreBundle/Resources/views/hotjar.html.twig line 1

Open in your IDE?
  1. {% if __HOTJAR_ENABLED__ and scope == "kvik-mat" and is_granted('IS_AUTHENTICATED_FULLY') %}
  2. <!-- Hotjar Tracking Code for KvikMat -->
  3. <script>
  4. (function(h,o,t,j,a,r){
  5. h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
  6. h._hjSettings={hjid:5233188,hjsv:6};
  7. a=o.getElementsByTagName('head')[0];
  8. r=o.createElement('script');r.async=1;
  9. r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
  10. a.appendChild(r);
  11. })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
  12. </script>
  13. {% endif %}