Cleanup...
This commit is contained in:
parent
23bad5e922
commit
743112982c
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user