They need to change this in line 476 and 477.
I wish I can just go in and change master.
‘
//wp_enqueue_script(‘jquery’);
wp_enqueue_script(‘explanatory_dictionary_scripts’, $explanatory_dictionary_plugin_url.’javascript/scripts.js’, array( ‘jquery’ ));
‘
You have to add jquery as a dependency.
Is there a development version of this plugin so we can push changes? and then the authors push it to the master?
will everything else work correctly?
I’m getting this too. Is acting weird! Any updates on this?