aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/templates
diff options
context:
space:
mode:
authorRob Hudson2009-09-08 15:58:43 -0700
committerRob Hudson2009-09-08 15:58:43 -0700
commit608e3ce3e79e3c2d073cf72d1071b71b324485ee (patch)
treefe652ee9fbd005f7d04d7b4ba0f30dc6ef120b91 /debug_toolbar/templates
parent7ae09e2ba4a88b68a3f4bc9e309c8fc1402c14b3 (diff)
downloaddjango-debug-toolbar-608e3ce3e79e3c2d073cf72d1071b71b324485ee.tar.bz2
Updated toolbar to use minified versions of js and css.
Diffstat (limited to 'debug_toolbar/templates')
-rw-r--r--debug_toolbar/templates/debug_toolbar/base.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html
index d1ee273..f220b62 100644
--- a/debug_toolbar/templates/debug_toolbar/base.html
+++ b/debug_toolbar/templates/debug_toolbar/base.html
@@ -9,14 +9,13 @@
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.js"></script>
-<script type="text/javascript" src="{{ BASE_URL }}/__debug__/m/toolbar.js"></script>
+<script type="text/javascript" src="{{ BASE_URL }}/__debug__/m/toolbar.min.js"></script>
<script type="text/javascript" charset="utf-8">
// Now that jQuery is done loading, put the '$' variable back to what it was...
var $ = _$;
</script>
<style type="text/css">
- @import url({{ BASE_URL }}/__debug__/m/toolbar.css);
+ @import url({{ BASE_URL }}/__debug__/m/toolbar.min.css);
</style>
<div id="djDebug">
<div style="display:none;" id="djDebugToolbar">