From 39deff37c950534d2a44e4bd040e49118b34a731 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 11 Jul 2013 17:18:25 +0200 Subject: Add the category on the threads list --- hyperkitty/templates/thread_list.html | 1 + 1 file changed, 1 insertion(+) (limited to 'hyperkitty/templates/thread_list.html') diff --git a/hyperkitty/templates/thread_list.html b/hyperkitty/templates/thread_list.html index 32bbdfe..c6c70c7 100644 --- a/hyperkitty/templates/thread_list.html +++ b/hyperkitty/templates/thread_list.html @@ -68,6 +68,7 @@ $(document).ready(function() { $(this).addClass("collapsed"); } }); + setup_category(); }); {% endblock %} -- cgit