diff --git a/global/global.js b/global/global.js index 4763e8e..fb3bf09 100644 --- a/global/global.js +++ b/global/global.js @@ -28,7 +28,7 @@ /* * I am very sorry to the person, who actually takes a look at this javascript * Clean code sometimes isn't my greatest strength ;) -*/ + */ /* Global navigation buttons */ @@ -56,7 +56,7 @@ funButtons = [ ["Anything but Chrome", "https://librewolf.net/", "global/buttons/nochrome.png"], ["UBlock Origin Now!", "https://ublockorigin.com/", "global/buttons/ublock.png"], ["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"], ["No Web 3!", "", "global/buttons/noweb3.gif"], ]; @@ -213,7 +213,7 @@ function LoadWebsite(){ var span = document.createElement("p"); span.setAttribute("class", "nobr"); span.setAttribute("class", "text-center"); - span.textContent = "Website licensed under\u00A0"; + span.textContent = "Website licenced under\u00A0"; var span_license = document.createElement("a"); span_license.setAttribute("href", LICENCE_LINK);