mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 13:40:13 +01:00
feat: front-end overhaul. added search, editing, event view, validation
This commit is contained in:
@@ -42,7 +42,7 @@ async function createEvent() {
|
||||
}
|
||||
}
|
||||
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
document.addEventListener("DOMContentLoaded", async () => {
|
||||
const saveBtn = document.getElementById("saveBtn");
|
||||
|
||||
var user = await getMyAccount();
|
||||
|
||||
Reference in New Issue
Block a user