fix: increase position of appendBackgroundToUI to handle larger files

This commit is contained in:
sethburkart123
2024-11-01 11:14:59 +11:00
parent 0671a7370b
commit 3d276e3b22
+1 -1
View File
@@ -13,11 +13,11 @@ export async function AddBetterSEQTAElements() {
document.documentElement.classList.add('dark');
}
createHomeButton();
await appendBackgroundToUI();
await handleUserInfo();
handleStudentData();
createNewsButton();
setupEventListeners();
await appendBackgroundToUI();
await addDarkLightToggle();
customizeMenuToggle();
}