summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2023-10-07 14:30:24 +0100
committerRaphael Kabo <raphaelkabo@hey.com>2023-10-07 15:38:47 +0100
commitb795d07ed7a1b705b72b171f8e8de267a720223b (patch)
treeb8ae3df8dbb89f839f29328e817f030dc22b89f8 /public
parent9341659fd7a791d77454dd33743e42d952dbd202 (diff)
refactor: event form and api routes
Diffstat (limited to 'public')
-rwxr-xr-xpublic/css/style.css11
-rw-r--r--public/js/generate-timezones.js2
2 files changed, 0 insertions, 13 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 93789b7..a312587 100755
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -305,17 +305,6 @@ body, html {
margin-top: 0.5rem;
}
-#maxAttendeesContainer {
- display: none;
-}
-/* #maxAttendeesCheckboxContainer {
- display: none;
-} */
-
-#eventGroupData {
- display: none;
-}
-
.edit-buttons {
text-align: right;
}
diff --git a/public/js/generate-timezones.js b/public/js/generate-timezones.js
index 01c9989..02607a9 100644
--- a/public/js/generate-timezones.js
+++ b/public/js/generate-timezones.js
@@ -373,6 +373,4 @@ const timezones = [
document.querySelector("#timezone").innerHTML = selectorOptions;
document.querySelector("#timezone").value = moment.tz.guess();
-
- $("#timezone").select2();
\ No newline at end of file