We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405e562 commit ddd021bCopy full SHA for ddd021b
debug_toolbar/templates/debug_toolbar/base.html
@@ -15,8 +15,8 @@
15
/* <![CDATA[ */
16
// Now that jQuery is done loading, put the '$' variable back to what it was...
17
var $ = _$;
18
- $(document).ready(function() {
19
- $('head').append('<link rel="stylesheet" href="http://github.com/%7B%7B%20BASE_URL%20%7D%7D/__debug__/m/toolbar.min.css" type="text/css" />');
+ jQuery(document).ready(function() {
+ jQuery('head').append('<link rel="stylesheet" href="http://github.com/%7B%7B%20BASE_URL%20%7D%7D/__debug__/m/toolbar.min.css" type="text/css" />');
20
});
21
/* ]]> */
22
</script>
0 commit comments