From 7cbba1363b1a94d0c30e2ef9e442ae341eb927d8 Mon Sep 17 00:00:00 2001 From: quietreading Date: Mon, 7 Jul 2025 18:28:10 -0400 Subject: edits --- public/js/modules/new.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/js/modules/new.js') 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; } }, -- cgit v1.2.3