From ddd021bfc101d55a1ed69a5514491296705dda6c Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Wed, 20 Jan 2010 07:10:02 -0800 Subject: Fixed toolbar loading problem if page does not load jQuery. --- debug_toolbar/templates/debug_toolbar/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debug_toolbar') diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index 5b40249..c7e930b 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -15,8 +15,8 @@ /* '); + jQuery(document).ready(function() { + jQuery('head').append(''); }); /* ]]> */ -- cgit v1.2.3