diff options
| author | Alex Gaynor | 2008-09-20 21:18:48 -0400 | 
|---|---|---|
| committer | Alex Gaynor | 2008-09-20 21:18:48 -0400 | 
| commit | 335cbb58f1681268eb61a04205b6a18f09f0a03a (patch) | |
| tree | fe83305a8653373d2bc2f560ebc621693b6bf140 /debug_toolbar/templates | |
| parent | a6abeef6a5a734ad28178f939560dd127c363544 (diff) | |
| download | django-debug-toolbar-335cbb58f1681268eb61a04205b6a18f09f0a03a.tar.bz2 | |
jquery now optional
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 e1d66c5..ba13294 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -1,4 +1,3 @@ -<script src="{{ BASE_URL }}/__debug__/m/jquery.js" type="text/javascript" charset="utf-8"></script>  <style type="text/css">    @import url({{ BASE_URL }}/__debug__/m/toolbar.css);  </style>  | 
