Fixed incorrect url on bootstrap fonts.

Fixed missing static files in repo
This commit is contained in:
tomtom5152
2015-01-30 13:47:56 +00:00
parent 20264f570a
commit b527a3faa9
27 changed files with 12001 additions and 11985 deletions

View 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);