Get static content showing on sync

This commit is contained in:
Eli Ribble 2026-04-03 15:15:47 +00:00
parent b919472f42
commit b658e28f2e
No known key found for this signature in database
3 changed files with 7 additions and 9 deletions

View file

@ -16,9 +16,6 @@ import "@/gen/custom-icons.scss";
import * as bootstrap from "bootstrap";
window.bootstrap = bootstrap;
// Make SSEManager available to all the JavaScript
window.SSEManager = SSEManager;
document.addEventListener("DOMContentLoaded", () => {
SSEManager.connect("/api/events");
SSEManager.subscribe((msg: SSEMessage) => {