diff options
| author | Rob Hudson | 2010-11-08 15:41:25 -0800 |
|---|---|---|
| committer | Rob Hudson | 2010-11-08 15:41:25 -0800 |
| commit | 8cb8abae8cec44909947dbe54e1ed644deeecbd6 (patch) | |
| tree | 4b5ed43a7a262b9e5f7434a26ee3c5e453941692 /example/templates/mootools/index.html | |
| parent | ee1811238e91ae0ad33413b0d40d2f8482101951 (diff) | |
| parent | ecfff96d5894aa9ad505149b9c26c9647d5af4e0 (diff) | |
| download | django-debug-toolbar-0.8.4.tar.bz2 | |
Merge branch 'release/0.8.4'0.8.4
Diffstat (limited to 'example/templates/mootools/index.html')
| -rw-r--r-- | example/templates/mootools/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/templates/mootools/index.html b/example/templates/mootools/index.html index 1dac10c..fa12abe 100644 --- a/example/templates/mootools/index.html +++ b/example/templates/mootools/index.html @@ -6,7 +6,7 @@ .hide {display:none;} </style> <script type="text/javascript" charset="utf-8" src="{{ MEDIA_URL }}/js/mootools.js"></script> - <script type="text/javascript" charset="utf-8"> + <script type="text/javascript"> window.addEvent('domready', function() { $$('p.hide').setStyle('display', 'block'); }); |
