mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34: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');
|
||||
}
|
||||
createHomeButton();
|
||||
await appendBackgroundToUI();
|
||||
await handleUserInfo();
|
||||
handleStudentData();
|
||||
createNewsButton();
|
||||
setupEventListeners();
|
||||
await appendBackgroundToUI();
|
||||
await addDarkLightToggle();
|
||||
customizeMenuToggle();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user