From 19ffd1e1d2604a5834e3e1b1c5ece01f091de073 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Thu, 13 Feb 2014 21:35:17 +0100 Subject: Add loading animation for panels. Fix #488. --- debug_toolbar/templates/debug_toolbar/base.html | 1 + 1 file changed, 1 insertion(+) (limited to 'debug_toolbar/templates') diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index e2ab939..22a13db 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -51,6 +51,7 @@ if(!window.jQuery) document.write(' + loading
{% if not toolbar.store_id %}{{ panel.content }}{% endif %}
-- cgit v1.2.3