diff options
| author | Rob Hudson | 2008-09-20 17:09:16 -0700 |
|---|---|---|
| committer | Rob Hudson | 2008-09-20 17:09:16 -0700 |
| commit | a6abeef6a5a734ad28178f939560dd127c363544 (patch) | |
| tree | f9762f3536bba875eaa29e07af134ece369aa84b /debug_toolbar/templates | |
| parent | f40ad85645f27fc4b80683acdbefd01a1da51afd (diff) | |
| download | django-debug-toolbar-a6abeef6a5a734ad28178f939560dd127c363544.tar.bz2 | |
Patch from Alex Gaynor that fixes jQuery conflicts with Pinax and potentially
other projects.
Diffstat (limited to 'debug_toolbar/templates')
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/base.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index e654219..e1d66c5 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -1,5 +1,4 @@ <script src="{{ BASE_URL }}/__debug__/m/jquery.js" type="text/javascript" charset="utf-8"></script> -<script src="{{ BASE_URL }}/__debug__/m/toolbar.js" type="text/javascript" charset="utf-8"></script> <style type="text/css"> @import url({{ BASE_URL }}/__debug__/m/toolbar.css); </style> |
