diff --git a/assets/javascript/index.js b/assets/javascript/index.js index fcc0d2b..f4963d3 100644 --- a/assets/javascript/index.js +++ b/assets/javascript/index.js @@ -260,19 +260,12 @@ function onPageLoad() { console.log("Page cookie found, restoring page to \"" + getCookie("page") + "\""); document.getElementById(getCookie("page") + "-button").click(); } - - // electionLoad(); - // constitutionLoad(); - // membersLoad(); - // announcementsLoad(); - // newnamefulnewsnoticeLoad(); } function loadArchive() { for (let archive = 0; archive < 3; archive++) { let archiveAttachment = document.createElement("img"); - archiveAttachment.className = "archive-attachment"; archiveAttachment.src = "/archive/archive-" + archive;