Skip to content

Commit

Permalink
Remove ga.js
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Jul 1, 2024
1 parent bda61da commit f2552d8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 35 deletions.
12 changes: 0 additions & 12 deletions cast/src/html/faq.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -232,17 +232,5 @@ http:
</p>
</div>
</hc-layout>

<script>
var _gaq = [["_setAccount", "UA-57927901-9"], ["_trackPageview"]];
(function (d, t) {
var g = d.createElement(t),
s = d.getElementsByTagName(t)[0];
g.src =
("https:" == location.protocol ? "//ssl" : "//www") +
".google-analytics.com/ga.js";
s.parentNode.insertBefore(g, s);
})(document, "script");
</script>
</body>
</html>
6 changes: 0 additions & 6 deletions cast/src/html/media.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@
--background-color: #41bdf5;
}
</style>
<script>
var _gaq=[['_setAccount','UA-57927901-10'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</head>
<body>
<%= renderTemplate("../../../src/html/_js_base.html.template") %>
Expand Down
6 changes: 0 additions & 6 deletions cast/src/html/receiver.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,4 @@
font-size: initial;
}
</style>
<script>
var _gaq=[['_setAccount','UA-57927901-10'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</html>
11 changes: 0 additions & 11 deletions demo/src/html/index.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,5 @@
}
</script>
<%= renderTemplate("../../../src/html/_script_load_es5.html.template") %>
<script>
var _gaq = [["_setAccount", "UA-57927901-5"], ["_trackPageview"]];
(function (d, t) {
var g = d.createElement(t),
s = d.getElementsByTagName(t)[0];
g.src =
("https:" == location.protocol ? "//ssl" : "//www") +
".google-analytics.com/ga.js";
s.parentNode.insertBefore(g, s);
})(document, "script");
</script>
</body>
</html>

0 comments on commit f2552d8

Please sign in to comment.