Skip to content

Commit 613dd65

Browse files
author
Dennis Braun
committed
Fix event acknowledge buttons: expose functions to global scope
1 parent 7181ce6 commit 613dd65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/templates/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2481,6 +2481,10 @@ <h2>{{ t.export_title }}</h2>
24812481
}
24822482
}
24832483

2484+
window.acknowledgeEvent = acknowledgeEvent;
2485+
window.acknowledgeAllEvents = acknowledgeAllEvents;
2486+
window.loadEvents = loadEvents;
2487+
24842488
// Fetch badge count on page load
24852489
fetch('/api/events/count')
24862490
.then(function(r) { return r.json(); })

0 commit comments

Comments
 (0)