mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
codefix: comment out unused function (may be required later)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user