Get static content showing on sync
This commit is contained in:
parent
b919472f42
commit
b658e28f2e
3 changed files with 7 additions and 9 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue