summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hyperkitty/templates/month_view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/month_view.html b/hyperkitty/templates/month_view.html
index 3484a2b..595a71b 100644
--- a/hyperkitty/templates/month_view.html
+++ b/hyperkitty/templates/month_view.html
@@ -119,7 +119,7 @@
slicePoint: 500,
userCollapseText : '\nView Less',
expandText : '\nView More',
- afterExpand: function() {
+ beforeExpand: function() {
$(this).removeClass("collapsed");
$(this).addClass("expanded");
},