From a48b7f90c4e47348f646c1827cc0800c097c0902 Mon Sep 17 00:00:00 2001 From: Michael Barrientos Date: Tue, 29 Apr 2014 14:32:32 -0700 Subject: undefine "define" to avoid requirejs conflict --- debug_toolbar/templates/debug_toolbar/base.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index 6bc017a..617b020 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -3,12 +3,19 @@ @media print { #djDebug {display:none;}} + {% if toolbar.config.JQUERY_URL %} {% else %} {% endif %} +