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.