mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
incl: add a debug message to indicate end of init
This commit is contained in:
+3
-2
@@ -54,6 +54,7 @@ async function init() {
|
||||
if (hasSEQTAText && hasSEQTATitle && !IsSEQTAPage) {
|
||||
IsSEQTAPage = true
|
||||
console.log('[BetterSEQTA+] Verified SEQTA Page')
|
||||
|
||||
const documentLoadStyle = document.createElement('style')
|
||||
documentLoadStyle.textContent = documentLoadCSS
|
||||
document.head.appendChild(documentLoadStyle)
|
||||
@@ -77,7 +78,7 @@ async function init() {
|
||||
document.head.appendChild(injectedStyle)
|
||||
}
|
||||
}
|
||||
|
||||
console.log('[BetterSEQTA+] Successfully initalised BetterSEQTA+, starting to load assets.')
|
||||
main()
|
||||
} catch (error: any) {
|
||||
console.error(error)
|
||||
@@ -2496,4 +2497,4 @@ async function CheckForMenuList() {
|
||||
} catch (error) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user