summaryrefslogtreecommitdiff
path: root/public/js/calendar.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/js/calendar.js')
-rw-r--r--public/js/calendar.js2
1 files changed, 1 insertions, 1 deletions
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();