From bf2db5dc10c9b8d10ab555c3834a9e96d2873d3e Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 21 Jan 2023 19:47:55 +0100 Subject: REMOVED: Google Analytics --- cheatsheet/cheatsheet.html | 14 -------------- cheatsheet/cheatsheet_zh.html | 13 ------------- cheatsheet/raymath_cheatsheet.html | 13 ------------- common/common.js | 36 ------------------------------------ examples.html | 13 ------------- examples/audio/loader.html | 12 ------------ examples/core/loader.html | 12 ------------ examples/models/loader.html | 12 ------------ examples/shaders/loader.html | 12 ------------ examples/shapes/loader.html | 12 ------------ examples/text/loader.html | 12 ------------ examples/textures/loader.html | 12 ------------ games.html | 13 ------------- games/classics/loader.html | 12 ------------ index.html | 13 ------------- license.html | 13 ------------- 16 files changed, 224 deletions(-) delete mode 100644 common/common.js diff --git a/cheatsheet/cheatsheet.html b/cheatsheet/cheatsheet.html index 5fd1c0b..278cf9a 100644 --- a/cheatsheet/cheatsheet.html +++ b/cheatsheet/cheatsheet.html @@ -170,19 +170,5 @@

raylib quick reference card - Copyright (c) 2013-2023 Ramon Santamaria (@raysan5)

- - - - - diff --git a/cheatsheet/cheatsheet_zh.html b/cheatsheet/cheatsheet_zh.html index 698de0f..e736ffb 100644 --- a/cheatsheet/cheatsheet_zh.html +++ b/cheatsheet/cheatsheet_zh.html @@ -164,18 +164,5 @@

raylib quick reference card - Copyright (c) 2013-2023 Ramon Santamaria (@raysan5)

- - - - diff --git a/cheatsheet/raymath_cheatsheet.html b/cheatsheet/raymath_cheatsheet.html index a4692c3..64710eb 100644 --- a/cheatsheet/raymath_cheatsheet.html +++ b/cheatsheet/raymath_cheatsheet.html @@ -106,18 +106,5 @@

raylib quick reference card - Copyright (c) 2013-2022 Ramon Santamaria (@raysan5)

- - - - diff --git a/common/common.js b/common/common.js deleted file mode 100644 index d79f659..0000000 --- a/common/common.js +++ /dev/null @@ -1,36 +0,0 @@ -/* Cookies */ -// Source: https://www.w3schools.com/js/js_cookies.asp -function getCookie(cname) { - let name = cname + "="; - let decodedCookie = decodeURIComponent(document.cookie); - let ca = decodedCookie.split(';'); - - for(let i = 0; i \ -

NOTE: This website uses Google Analytics to collect visitor statistics.

\ - \ - "; - - const div_analyticsBanner = document.getElementById("analytics-banner"); - const btn_analyticsConfirm = document.getElementById("analytics-confirm"); - - btn_analyticsConfirm.onclick = function() { - div_analyticsBanner.setAttribute("confirmed", "true"); - document.cookie += "confirmed_analytics=true;"; - }; -} \ No newline at end of file diff --git a/examples.html b/examples.html index 3f09919..633d8aa 100644 --- a/examples.html +++ b/examples.html @@ -32,7 +32,6 @@ -
@@ -111,17 +110,5 @@ - - - \ No newline at end of file diff --git a/examples/audio/loader.html b/examples/audio/loader.html index 3a106d5..2aefb7a 100644 --- a/examples/audio/loader.html +++ b/examples/audio/loader.html @@ -226,18 +226,6 @@ - - - diff --git a/examples/core/loader.html b/examples/core/loader.html index 85f787c..fee8959 100644 --- a/examples/core/loader.html +++ b/examples/core/loader.html @@ -227,18 +227,6 @@ - - - diff --git a/examples/models/loader.html b/examples/models/loader.html index 5d9e6fd..521619b 100644 --- a/examples/models/loader.html +++ b/examples/models/loader.html @@ -226,18 +226,6 @@ - - - diff --git a/examples/shaders/loader.html b/examples/shaders/loader.html index 0f86608..5e4140b 100644 --- a/examples/shaders/loader.html +++ b/examples/shaders/loader.html @@ -218,18 +218,6 @@ - - - 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 @@ - - - diff --git a/examples/text/loader.html b/examples/text/loader.html index 3a106d5..2aefb7a 100644 --- a/examples/text/loader.html +++ b/examples/text/loader.html @@ -226,18 +226,6 @@ - - - diff --git a/examples/textures/loader.html b/examples/textures/loader.html index 24e1a65..00238dc 100644 --- a/examples/textures/loader.html +++ b/examples/textures/loader.html @@ -227,18 +227,6 @@ - - - diff --git a/games.html b/games.html index aa61d5c..770ca78 100644 --- a/games.html +++ b/games.html @@ -32,7 +32,6 @@ -
@@ -104,17 +103,5 @@ - - - \ No newline at end of file diff --git a/games/classics/loader.html b/games/classics/loader.html index b76664f..53f87db 100644 --- a/games/classics/loader.html +++ b/games/classics/loader.html @@ -204,17 +204,5 @@ }; }; - - - \ No newline at end of file diff --git a/index.html b/index.html index 852ebc6..74be9e9 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,6 @@ -
@@ -238,17 +237,5 @@
- - - diff --git a/license.html b/license.html index c7bbd6f..190e3db 100644 --- a/license.html +++ b/license.html @@ -23,7 +23,6 @@ -
- \ No newline at end of file -- cgit v1.2.3