mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
fix: increase position of appendBackgroundToUI to handle larger files
This commit is contained in:
@@ -13,11 +13,11 @@ export async function AddBetterSEQTAElements() {
|
|||||||
document.documentElement.classList.add('dark');
|
document.documentElement.classList.add('dark');
|
||||||
}
|
}
|
||||||
createHomeButton();
|
createHomeButton();
|
||||||
|
await appendBackgroundToUI();
|
||||||
await handleUserInfo();
|
await handleUserInfo();
|
||||||
handleStudentData();
|
handleStudentData();
|
||||||
createNewsButton();
|
createNewsButton();
|
||||||
setupEventListeners();
|
setupEventListeners();
|
||||||
await appendBackgroundToUI();
|
|
||||||
await addDarkLightToggle();
|
await addDarkLightToggle();
|
||||||
customizeMenuToggle();
|
customizeMenuToggle();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user