diff options
author | Christian Franke <nobody@nowhere.ws> | 2016-04-05 12:12:05 -0300 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2016-04-05 12:12:05 -0300 |
commit | eddc905260e06794c1947689e681b3b3a635944e (patch) | |
tree | 7fb4cebbd213b87c73d1b11a83ac232b3839797f /public/js | |
parent | 4c1491f2121633f74abef49c1d9b4df6912ac601 (diff) |
Add more css and formatting
Diffstat (limited to 'public/js')
-rw-r--r-- | public/js/calendar.js | 2 |
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(); |