diff options
| author | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-07 14:30:24 +0100 | 
|---|---|---|
| committer | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-07 15:38:47 +0100 | 
| commit | b795d07ed7a1b705b72b171f8e8de267a720223b (patch) | |
| tree | b8ae3df8dbb89f839f29328e817f030dc22b89f8 /public/js | |
| parent | 9341659fd7a791d77454dd33743e42d952dbd202 (diff) | |
refactor: event form and api routes
Diffstat (limited to 'public/js')
| -rw-r--r-- | public/js/generate-timezones.js | 2 | 
1 files changed, 0 insertions, 2 deletions
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  | 
