diff options
author | Mario <mario@mariovavti.com> | 2023-01-25 14:05:20 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-01-25 14:05:20 +0000 |
commit | 32dcc28414a43b42e5da082b1781824ecac42bfb (patch) | |
tree | f301ca93b8c553f3f7da8ae1da9314a537cd3a2b /view/tpl | |
parent | ddae3eaf849b13cf4ef86c48c5e75967582c3276 (diff) | |
download | volse-hubzilla-32dcc28414a43b42e5da082b1781824ecac42bfb.tar.gz volse-hubzilla-32dcc28414a43b42e5da082b1781824ecac42bfb.tar.bz2 volse-hubzilla-32dcc28414a43b42e5da082b1781824ecac42bfb.zip |
calendar: fixes
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/cdav_calendar.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/view/tpl/cdav_calendar.tpl b/view/tpl/cdav_calendar.tpl index 1eeab4478..edfa2a422 100644 --- a/view/tpl/cdav_calendar.tpl +++ b/view/tpl/cdav_calendar.tpl @@ -370,8 +370,6 @@ $(document).ready(function() { $('#event_submit').html('{{$update}}'); } - if(default_view === 'dayGridMonth'); - $('#id_dtstart_wrapper, #id_dtend_wrapper, #id_timezone_select_wrapper').hide(); }); function changeView(viewName) { |