= hace 4 años
padre
commit
588054d7d5

+ 12 - 2
resources/views/layouts/app.blade.php

@@ -18,10 +18,20 @@
     <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
     <script src="https://static.opentok.com/v2/js/opentok.min.js"></script>
 
-
-
     <link rel="stylesheet" href="/moe-video/moe-video.css"/>
 
+    <!-- Hotjar Tracking Code for https://hr.leadershiphealth.org -->
+    <script>
+        (function(h,o,t,j,a,r){
+            h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
+            h._hjSettings={hjid:2302901,hjsv:6};
+            a=o.getElementsByTagName('head')[0];
+            r=o.createElement('script');r.async=1;
+            r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
+            a.appendChild(r);
+        })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
+    </script>
+
     <style>
         p {
             font-size: 1.1em;

+ 12 - 0
resources/views/layouts/login.blade.php

@@ -46,6 +46,18 @@
       });
     });
     </script>
+
+    <!-- Hotjar Tracking Code for https://hr.leadershiphealth.org -->
+    <script>
+        (function(h,o,t,j,a,r){
+            h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
+            h._hjSettings={hjid:2302901,hjsv:6};
+            a=o.getElementsByTagName('head')[0];
+            r=o.createElement('script');r.async=1;
+            r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
+            a.appendChild(r);
+        })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
+    </script>
 </head>
 
 <body>

+ 12 - 0
resources/views/layouts/login_with_content.blade.php

@@ -29,6 +29,18 @@
       });
     });
   </script>
+
+    <!-- Hotjar Tracking Code for https://hr.leadershiphealth.org -->
+    <script>
+        (function(h,o,t,j,a,r){
+            h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
+            h._hjSettings={hjid:2302901,hjsv:6};
+            a=o.getElementsByTagName('head')[0];
+            r=o.createElement('script');r.async=1;
+            r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
+            a.appendChild(r);
+        })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
+    </script>
 </head>
 
 <body>