From fb6423fd8d2e0068c9c5b5bb8a643ea991e59739 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Tue, 14 May 2013 13:44:42 +0200 Subject: Speed up page loading on long threads Speed up page loading on threads with many replies by loading the replies asynchronously. Preserve search engine indexation by detecting bots and serving the usual page in one go. --- hyperkitty/static/css/hyperkitty-common.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'hyperkitty/static/css/hyperkitty-common.css') diff --git a/hyperkitty/static/css/hyperkitty-common.css b/hyperkitty/static/css/hyperkitty-common.css index 0a3e114..4309136 100644 --- a/hyperkitty/static/css/hyperkitty-common.css +++ b/hyperkitty/static/css/hyperkitty-common.css @@ -264,3 +264,10 @@ a.thread-new strong { .new-thread-form textarea { width: 90%; } + + +/* AJAX */ +.ajaxloader { + display: block; + margin: 1em auto; +} -- cgit