diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-10 15:18:12 +0100 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-10 15:18:12 +0100 |
commit | 2f4ffd5d86aa695afaffed9c6780f695d0bfde9d (patch) | |
tree | 0f963b59a0bd18065ed55ab3e0aa220c3d3e3d7e /public/js/modules/event-edit.js | |
parent | 29e9314211376807c934f284e71aadce71a31ea3 (diff) |
Improve group selector styling to use Select2
Diffstat (limited to 'public/js/modules/event-edit.js')
-rw-r--r-- | public/js/modules/event-edit.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/js/modules/event-edit.js b/public/js/modules/event-edit.js index afe41d4..740c861 100644 --- a/public/js/modules/event-edit.js +++ b/public/js/modules/event-edit.js @@ -46,7 +46,6 @@ function editEventForm() { this.data.timezone = event.target.value; }); this.select2.val(this.data.timezone).trigger("change"); - console.log(JSON.stringify(this.data, null, 2)); // Set checkboxes this.data.eventGroupCheckbox = !!window.eventData.eventGroupID; |