mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 05:30:13 +01:00
feat: front-end overhaul. added search, editing, event view, validation
This commit is contained in:
@@ -66,7 +66,7 @@ document.addEventListener("DOMContentLoaded", () => __awaiter(void 0, void 0, vo
|
||||
if (saveBtn) {
|
||||
saveBtn.addEventListener("click", (e) => {
|
||||
e.preventDefault();
|
||||
createEvent();
|
||||
modifyEvent();
|
||||
});
|
||||
}
|
||||
if (eventId !== null && container !== null) {
|
||||
|
||||
Reference in New Issue
Block a user