diff --git a/src/super_archives/templates/message-thread.html b/src/super_archives/templates/message-thread.html index 085ff81..4a36a74 100644 --- a/src/super_archives/templates/message-thread.html +++ b/src/super_archives/templates/message-thread.html @@ -79,7 +79,10 @@ // Binding functions $(function() { - console.debug('binding vote function to btns'); + $(".panel-heading").bind('click', function() { + $(this).next('.panel-collapse').collapse('toggle'); + }); + $('.email-message').each(function() { var msg_id = this.getAttribute('id').split('-')[1]; @@ -114,7 +117,7 @@ {% spaceless %}
- -- libgit2 0.21.2