summaryrefslogtreecommitdiff
path: root/public/js
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2016-04-05 12:12:05 -0300
committerChristian Franke <nobody@nowhere.ws>2016-04-05 12:12:05 -0300
commiteddc905260e06794c1947689e681b3b3a635944e (patch)
tree7fb4cebbd213b87c73d1b11a83ac232b3839797f /public/js
parent4c1491f2121633f74abef49c1d9b4df6912ac601 (diff)
Add more css and formatting
Diffstat (limited to 'public/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();