From 62b2e37ea7e9426d75c568fd857ed70149ecfa66 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Wed, 6 Nov 2013 09:56:03 -0500 Subject: load jQuery with document.createElement instead of document.write to satisfy integration test --- debug_toolbar/templates/debug_toolbar/base.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'debug_toolbar') diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index dc7d1c5..0a5d771 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -3,7 +3,14 @@ @media print { #djDebug {display:none;}} - +