Skip to content

Commit 1685677

Browse files
Cleanup index.html
1 parent 6b8a6ac commit 1685677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

heartbeat_monitor/src/jsMain/resources/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
);
409409

410410
console.log(message);
411-
};
411+
}
412412

413413
function showDialog(initializer) {
414414
const dialogEvent = new EventTarget();
@@ -638,7 +638,7 @@
638638
}
639639
}
640640

641-
KanbanBro.event.addEventListener("pluginLoaded", () => scheduleUpdate());
641+
window.KanbanBro.event.addEventListener("pluginLoaded", () => scheduleUpdate());
642642

643643

644644
// Theme

0 commit comments

Comments
 (0)