codefix: comment out unused function (may be required later)

This commit is contained in:
Alphons Joseph
2025-03-17 20:35:17 +08:00
parent 6fb4ea5372
commit 77c3761947
+2 -2
View File
@@ -861,14 +861,14 @@ export function AppendElementsToDisabledPage() {
document.head.append(settingsStyle)
}
async function CheckForMenuList() {
/*async function CheckForMenuList() {
try {
await waitForElm("#menu > ul")
ObserveMenuItemPosition()
} catch (error) {
return
}
}
}*/
async function handleAssessments(node: Element): Promise<void> {
if (!(node instanceof HTMLElement)) return