mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix broken build process
This commit is contained in:
@@ -742,6 +742,7 @@ async function LoadPageElements(): Promise<void> {
|
||||
className: 'notice',
|
||||
}, handleNotices);
|
||||
|
||||
|
||||
if (settingsState.assessmentsAverage) {
|
||||
eventManager.register('assessmentsAdded', {
|
||||
elementType: 'div',
|
||||
@@ -752,6 +753,7 @@ async function LoadPageElements(): Promise<void> {
|
||||
await handleSublink(sublink);
|
||||
}
|
||||
|
||||
|
||||
async function handleNotices(node: Element): Promise<void> {
|
||||
if (!(node instanceof HTMLElement)) return;
|
||||
if (!settingsState.animations) return;
|
||||
|
||||
Reference in New Issue
Block a user