diff options
author | Christian Franke <nobody@nowhere.ws> | 2016-04-05 14:48:03 -0300 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2016-04-05 14:48:03 -0300 |
commit | 6fb1deda0d09fa1be55888e878e6cacef0da1b65 (patch) | |
tree | 24f0964d50027d764d05f60563a0fa6265a7d8d1 /public/js | |
parent | c7b404d07d40a795427dcc7459248d56ec34935a (diff) |
Use different template to render tabcalendar
Diffstat (limited to 'public/js')
-rw-r--r-- | public/js/calendar.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/public/js/calendar.js b/public/js/calendar.js index d3313af..2f402ae 100644 --- a/public/js/calendar.js +++ b/public/js/calendar.js @@ -1,7 +1,4 @@ $(function() { - cal_list = $('.calendar-listing'); - if (cal_list.length && cal_list[0].classList.contains('expanded')) - return; $('.calendar-listing>p').click(function() { $(this).next().toggle('fast'); return false; |