From a6cc5ed7ac9e95a4e21c49f9159c66ff9a726600 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 17 May 2013 18:52:37 +0200 Subject: Load replies in chunks to avoid overloading the browser --- hyperkitty/templates/threads/participants.html | 14 -------------- hyperkitty/templates/threads/right_col.html | 15 +++++++++------ 2 files changed, 9 insertions(+), 20 deletions(-) delete mode 100644 hyperkitty/templates/threads/participants.html (limited to 'hyperkitty/templates/threads') diff --git a/hyperkitty/templates/threads/participants.html b/hyperkitty/templates/threads/participants.html deleted file mode 100644 index b40445b..0000000 --- a/hyperkitty/templates/threads/participants.html +++ /dev/null @@ -1,14 +0,0 @@ -{% load url from future %} -{% load gravatar %} -{% load hk_generic %} - - participants ({{participants|length}}) - - diff --git a/hyperkitty/templates/threads/right_col.html b/hyperkitty/templates/threads/right_col.html index 8744f66..7f200fc 100644 --- a/hyperkitty/templates/threads/right_col.html +++ b/hyperkitty/templates/threads/right_col.html @@ -44,12 +44,15 @@
- {% if is_bot %} - {% include 'threads/participants.html' %} - {% else %} - participants - Loading... - {% endif %} + participants ({{participants|length}}) +
-- cgit