summaryrefslogtreecommitdiff
path: root/public/js/calendar.js
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2016-04-05 14:48:03 -0300
committerChristian Franke <nobody@nowhere.ws>2016-04-05 14:48:03 -0300
commit6fb1deda0d09fa1be55888e878e6cacef0da1b65 (patch)
tree24f0964d50027d764d05f60563a0fa6265a7d8d1 /public/js/calendar.js
parentc7b404d07d40a795427dcc7459248d56ec34935a (diff)
Use different template to render tabcalendar
Diffstat (limited to 'public/js/calendar.js')
-rw-r--r--public/js/calendar.js3
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;