From eddc905260e06794c1947689e681b3b3a635944e Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Tue, 5 Apr 2016 12:12:05 -0300 Subject: Add more css and formatting --- public/js/calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/js') diff --git a/public/js/calendar.js b/public/js/calendar.js index 2f402ae..41b35d6 100644 --- a/public/js/calendar.js +++ b/public/js/calendar.js @@ -1,5 +1,5 @@ $(function() { - $('.calendar-listing>p').click(function() { + $('.calendar-listing:not(expanded)>p').click(function() { $(this).next().toggle('fast'); return false; }).next().hide(); -- cgit v1.2.1