summaryrefslogtreecommitdiffhomepage
path: root/examples/shapes
diff options
context:
space:
mode:
authorRay <[email protected]>2023-01-21 19:47:55 +0100
committerRay <[email protected]>2023-01-21 19:47:55 +0100
commitbf2db5dc10c9b8d10ab555c3834a9e96d2873d3e (patch)
tree06011738a562f6071bbcb0a433d326f967848dd6 /examples/shapes
parent2ca294e1fe33f58e989f1783b61992b8c026a6b3 (diff)
downloadraylib.com-bf2db5dc10c9b8d10ab555c3834a9e96d2873d3e.tar.gz
raylib.com-bf2db5dc10c9b8d10ab555c3834a9e96d2873d3e.zip
REMOVED: Google Analytics
Diffstat (limited to 'examples/shapes')
-rw-r--r--examples/shapes/loader.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/shapes/loader.html b/examples/shapes/loader.html
index 85f2ad0..295029d 100644
--- a/examples/shapes/loader.html
+++ b/examples/shapes/loader.html
@@ -226,18 +226,6 @@
</script>
<!--<script async type="text/javascript" src="../examples/web/core_basic_window.js"></script>-->
-
- <!-- Google Analytics tracking code -->
- <script>
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
-
- ga('create', 'UA-45733555-1', 'raylib.com');
- ga('require', 'linkid', 'linkid.js');
- ga('send', 'pageview');
- </script>
<!-- prevent arrow keys fromscrolling the loaded game. -->
<script src="/common/disable-arrow-scroll.js"></script>