Explorar el Código

Removing Googde Analytics code

Julien Deswaef hace 7 años
padre
commit
8b37517de7
Se han modificado 1 ficheros con 0 adiciones y 13 borrados
  1. 0 13
      src/_layouts/survey.html

+ 0 - 13
src/_layouts/survey.html

@@ -27,19 +27,6 @@
       border:0;
     }
   </style>
-
-  <script>
-    var _gaq = _gaq || [];
-    _gaq.push(['_setAccount', 'UA-30136587-1']);
-    _gaq.push(['_trackPageview']);
-
-    (function() {
-      var ga = document.createElement('script');
-      ga.src = 'https://www.google-analytics.com/ga.js';
-      var s = document.scripts[0];
-      s.parentNode.insertBefore(ga, s);
-    })();
-  </script>
 </head>
 <body>
   {{content}}