aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/templates
diff options
context:
space:
mode:
authorRob Hudson2008-10-02 22:50:20 -0700
committerRob Hudson2008-10-02 22:50:20 -0700
commiteead4ac0990374d8727157d42026994d68fe577c (patch)
treed5803dc22e78b0282386623e62a6a9ef14f4801c /debug_toolbar/templates
parent60e49ecf7c800cc6001ac0e3112434a6f931bcd6 (diff)
downloaddjango-debug-toolbar-eead4ac0990374d8727157d42026994d68fe577c.tar.bz2
Adding compressed JS and CSS, and a Makefile to generate them using YUI Compressor
Diffstat (limited to 'debug_toolbar/templates')
-rw-r--r--debug_toolbar/templates/debug_toolbar/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html
index ba9fdf3..a6c8aef 100644
--- a/debug_toolbar/templates/debug_toolbar/base.html
+++ b/debug_toolbar/templates/debug_toolbar/base.html
@@ -4,9 +4,9 @@
document.write(unescape('%3Cscript src="' + jquery_url + '" type="text/javascript"%3E%3C/script%3E'));
}
</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>
<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 id="djDebugToolbar">