diff options
| author | Rob Hudson | 2009-01-17 12:29:51 -0800 |
|---|---|---|
| committer | Rob Hudson | 2009-01-17 12:29:51 -0800 |
| commit | ed520f265d71ea61ff8c04ae3a0aa4246d447ae7 (patch) | |
| tree | 12f0a5b6246ee53865c50534689c2ac25779a663 /debug_toolbar/templates | |
| parent | a51c3a5bba2e0d0e7046cd7eaee86ac01cf097d8 (diff) | |
| download | django-debug-toolbar-ed520f265d71ea61ff8c04ae3a0aa4246d447ae7.tar.bz2 | |
Adjust Makefile to concatenate to jquery.cookie.js onto toolbar.min.js.
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 3b8e92e..7277620 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -4,7 +4,6 @@ document.write(unescape('%3Cscript src="' + jquery_url + '" type="text/javascript"%3E%3C/script%3E')); } </script> -<script type="text/javascript" src="{{ BASE_URL }}/__debug__/m/jquery.cookie.min.js"></script> <script type="text/javascript" src="{{ BASE_URL }}/__debug__/m/toolbar.min.js"></script> <style type="text/css"> @import url({{ BASE_URL }}/__debug__/m/toolbar.min.css); |
