aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/media/toolbar.js
AgeCommit message (Collapse)Author
2008-09-18I noticed the template_rendered signal from the test suite also passed context,Rob Hudson
so I'm including the context with each template in the Template panel. This should make the designers happy.
2008-09-16We now have a jQuery.djDebug object to extend. This might be overkill but itRob Hudson
fixes a few issues with open/closing panels and adds a keybinding on the ESC key to close any panels that are open.
2008-09-16Updating toolbar.js to close panel on 2nd click.Rob Hudson
2008-09-15Modified scripts to use jQuery, and moved 'em to a better place.Jacob Kaplan-Moss