diff options
author | quietreading <team@quietreading.org> | 2025-07-07 18:28:10 -0400 |
---|---|---|
committer | quietreading <team@quietreading.org> | 2025-07-07 18:28:10 -0400 |
commit | 7cbba1363b1a94d0c30e2ef9e442ae341eb927d8 (patch) | |
tree | 5c446db49a8e52d2fecf78b4472d57ec41617877 /public/js/modules | |
parent | 26ec5446ff4b9a5b8be59fb9c6037324ad5956c3 (diff) |
edits
Diffstat (limited to 'public/js/modules')
-rw-r--r-- | public/js/modules/new.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/modules/new.js b/public/js/modules/new.js index 1dd8843..ad2f84a 100644 --- a/public/js/modules/new.js +++ b/public/js/modules/new.js @@ -78,7 +78,7 @@ function newEventForm() { this.data.publicCheckbox = true; }, updateEventEnd() { - if (this.data.eventEnd === "" || this.data.eventEnd < this.data.eventStart) { + if (this.data.eventEnd === "") { this.data.eventEnd = this.data.eventStart; } }, |