Cleanup...

This commit is contained in:
0xmac 2024-09-29 13:50:30 +02:00
parent 23bad5e922
commit 743112982c

View File

@ -28,7 +28,7 @@
/* /*
* I am very sorry to the person, who actually takes a look at this javascript * I am very sorry to the person, who actually takes a look at this javascript
* Clean code sometimes isn't my greatest strength ;) * Clean code sometimes isn't my greatest strength ;)
*/ */
/* Global navigation buttons */ /* Global navigation buttons */
@ -56,7 +56,7 @@ funButtons = [
["Anything but Chrome", "https://librewolf.net/", "global/buttons/nochrome.png"], ["Anything but Chrome", "https://librewolf.net/", "global/buttons/nochrome.png"],
["UBlock Origin Now!", "https://ublockorigin.com/", "global/buttons/ublock.png"], ["UBlock Origin Now!", "https://ublockorigin.com/", "global/buttons/ublock.png"],
["Get a Website - Landchad", "https://landchad.net/", "global/buttons/landchad.gif"], ["Get a Website - Landchad", "https://landchad.net/", "global/buttons/landchad.gif"],
["Internet Privacy Now!", "https://anonymousplanet.org/", "global/buttons/internetprivacy.gif"], // ["Internet Privacy Now!", "https://anonymousplanet.org/", "global/buttons/internetprivacy.gif"],
["Encrypt Your Shit", "https://gitlab.com/cryptsetup/cryptsetup", "global/buttons/encryptyourshit.gif"], ["Encrypt Your Shit", "https://gitlab.com/cryptsetup/cryptsetup", "global/buttons/encryptyourshit.gif"],
["No Web 3!", "", "global/buttons/noweb3.gif"], ["No Web 3!", "", "global/buttons/noweb3.gif"],
]; ];
@ -213,7 +213,7 @@ function LoadWebsite(){
var span = document.createElement("p"); var span = document.createElement("p");
span.setAttribute("class", "nobr"); span.setAttribute("class", "nobr");
span.setAttribute("class", "text-center"); span.setAttribute("class", "text-center");
span.textContent = "Website licensed under\u00A0"; span.textContent = "Website licenced under\u00A0";
var span_license = document.createElement("a"); var span_license = document.createElement("a");
span_license.setAttribute("href", LICENCE_LINK); span_license.setAttribute("href", LICENCE_LINK);