From 6fb1deda0d09fa1be55888e878e6cacef0da1b65 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Tue, 5 Apr 2016 14:48:03 -0300 Subject: Use different template to render tabcalendar --- public/js/calendar.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'public/js/calendar.js') 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; -- cgit v1.2.1