Removed commented code

This commit is contained in:
lkarch 2025-05-29 12:23:10 -04:00
parent 72ec2e0bc0
commit 53feec52f9

View File

@ -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;