diff --git a/panels/class-debug-bar-js.php b/panels/class-debug-bar-js.php index 41ec307..dfd0695 100644 --- a/panels/class-debug-bar-js.php +++ b/panels/class-debug-bar-js.php @@ -9,7 +9,7 @@ function init() { // attach here instead of debug_bar_enqueue_scripts // because we want to be as early as possible! $suffix = defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ? '.dev' : ''; - wp_enqueue_script( 'debug-bar-js', plugins_url( "js/debug-bar-js$suffix.js", dirname(__FILE__) ), array(), '20111216' ); + wp_enqueue_script( 'debug-bar-js', plugins_url( "js/debug-bar-js$suffix.js", dirname(__FILE__) ), array( 'jquery' ), '20111216' ); } function render() {