diff options
Diffstat (limited to 'public/js/modules/new.js')
-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; } }, |