mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
Fixed incorrect url on bootstrap fonts.
Fixed missing static files in repo
This commit is contained in:
7
static/debug_toolbar/js/toolbar.sql.js
Normal file
7
static/debug_toolbar/js/toolbar.sql.js
Normal file
@@ -0,0 +1,7 @@
|
||||
(function ($) {
|
||||
$('#djDebug a.djDebugToggle').on('click', function(e) {
|
||||
e.preventDefault();
|
||||
$(this).parent().find('.djDebugCollapsed').toggle();
|
||||
$(this).parent().find('.djDebugUncollapsed').toggle();
|
||||
});
|
||||
})(djdt.jQuery);
|
||||
Reference in New Issue
Block a user