diff options
| author | Ray <[email protected]> | 2023-01-21 19:47:55 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-01-21 19:47:55 +0100 |
| commit | bf2db5dc10c9b8d10ab555c3834a9e96d2873d3e (patch) | |
| tree | 06011738a562f6071bbcb0a433d326f967848dd6 /examples.html | |
| parent | 2ca294e1fe33f58e989f1783b61992b8c026a6b3 (diff) | |
| download | raylib.com-bf2db5dc10c9b8d10ab555c3834a9e96d2873d3e.tar.gz raylib.com-bf2db5dc10c9b8d10ab555c3834a9e96d2873d3e.zip | |
REMOVED: Google Analytics
Diffstat (limited to 'examples.html')
| -rw-r--r-- | examples.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/examples.html b/examples.html index 3f09919..633d8aa 100644 --- a/examples.html +++ b/examples.html @@ -32,7 +32,6 @@ </head> <body> - <script src="common/common.js" defer></script> <div class="header-container"> <div class="header"> <a id="logo" href="index.html"></a> @@ -111,17 +110,5 @@ <!-- Add own script code --> <script src="common/examples.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> </body> </html>
\ No newline at end of file |
