Skip to content

Commit 260ae4d

Browse files
acdharobhudson
authored andcommitted
Fixed old use of $, which has been replaced by $j
Signed-off-by: Rob Hudson <rob@cogit8.org>
1 parent d1b0e56 commit 260ae4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debug_toolbar/media/debug_toolbar/toolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jQuery(function($j) {
4545
return false;
4646
});
4747
$j('#djDebugSQLPanel a.djSQLShowStacktrace').click(function() {
48-
$j.djDebug.toggle_content($j('.djSQLHideStacktraceDiv', $(this).parents('tr')));
48+
$j.djDebug.toggle_content($j('.djSQLHideStacktraceDiv', $j(this).parents('tr')));
4949
return false;
5050
});
5151
$j('#djHideToolBarButton').click(function() {

debug_toolbar/media/debug_toolbar/toolbar.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)