dev #4

Merged
lkarch merged 6 commits from dev into main 2025-07-16 14:56:37 -04:00
Showing only changes of commit 53feec52f9 - Show all commits

View File

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