From 4a6d83a920825ab2d727e65fa168717275a3deac Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 6 Feb 2013 09:43:33 +0100 Subject: Fix a flickering effect when expanding threads --- hyperkitty/templates/month_view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }, -- cgit