Removed commented code
This commit is contained in:
parent
72ec2e0bc0
commit
53feec52f9
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user