diff options
| -rw-r--r-- | debug_toolbar/media/toolbar.js | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/debug_toolbar/media/toolbar.js b/debug_toolbar/media/toolbar.js index 19a6abf..455a2fc 100644 --- a/debug_toolbar/media/toolbar.js +++ b/debug_toolbar/media/toolbar.js @@ -1,3 +1,4 @@ +var _$ = window.$;  jQuery.noConflict();  jQuery(function($) {  	$.djDebug = function(data, klass) { @@ -62,3 +63,4 @@ jQuery(function($) {  jQuery(function() {  	jQuery.djDebug();  }); +$ = _$;  | 
