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:
@@ -46,7 +46,7 @@ function createEvent() {
|
||||
}
|
||||
});
|
||||
}
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
document.addEventListener("DOMContentLoaded", () => __awaiter(void 0, void 0, void 0, function* () {
|
||||
const saveBtn = document.getElementById("saveBtn");
|
||||
var user = yield getMyAccount();
|
||||
if (user) {
|
||||
@@ -65,4 +65,4 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||
createEvent();
|
||||
});
|
||||
}
|
||||
});
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user