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) document.head.append(settingsStyle)
} }
async function CheckForMenuList() { /*async function CheckForMenuList() {
try { try {
await waitForElm("#menu > ul") await waitForElm("#menu > ul")
ObserveMenuItemPosition() ObserveMenuItemPosition()
} catch (error) { } catch (error) {
return return
} }
} }*/
async function handleAssessments(node: Element): Promise<void> { async function handleAssessments(node: Element): Promise<void> {
if (!(node instanceof HTMLElement)) return if (!(node instanceof HTMLElement)) return