mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +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)
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user