From f37bc0e45b75875fdfbbba6894825a14a8d996f9 Mon Sep 17 00:00:00 2001 From: 0xmac Date: Sun, 13 Oct 2024 20:58:47 +0200 Subject: [PATCH] var cleanup --- global/global.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/global/global.js b/global/global.js index be6026e..721d00f 100644 --- a/global/global.js +++ b/global/global.js @@ -209,8 +209,6 @@ function LoadWebsite(){ const LICENCE_LINK = "https://creativecommons.org/licenses/by-sa/4.0/"; const LICENCE_NAME = "CC BY-SA 4.0"; - var footer = document.getElementById("footer"); - var span = document.createElement("p"); span.setAttribute("class", "nobr"); span.setAttribute("class", "text-center"); @@ -306,8 +304,6 @@ function LoadWebsite(){ var selectedNav = document.getElementById("selected-nav").getAttribute("data-"); - var nav = document.getElementById("navbar"); - for (let i = 0; i < navContent.length; i++) { if (navContent[Number(i)][0] === "SEP"){ tmpAdd = document.createElement("hr");