diff options
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/base.html | 4 | 
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 5b40249..c7e930b 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -15,8 +15,8 @@  /* <![CDATA[ */  	// Now that jQuery is done loading, put the '$' variable back to what it was...  	var $ = _$; -	$(document).ready(function() { -		$('head').append('<link rel="stylesheet" href="{{ BASE_URL }}/__debug__/m/toolbar.min.css" type="text/css" />'); +	jQuery(document).ready(function() { +		jQuery('head').append('<link rel="stylesheet" href="{{ BASE_URL }}/__debug__/m/toolbar.min.css" type="text/css" />');  	});  /* ]]> */  </script> | 
