turnitin / moodle-plagiarism_turnitin

Turnitin Plagiarism plugin for Moodle
http://www.turnitin.com
45 stars 65 forks source link

Deprecated functions on JQuery 3.5+ #578

Open hugoacfs opened 3 years ago

hugoacfs commented 3 years ago

Moodle security announcement: https://moodle.org/mod/forum/discuss.php?d=419655

The new JQuery deprecates functions like trim() found in /jquery/turnitin_settings.js

Other deprecated syntax includes :first found in /jquery/jquery.dataTables.columnFilter.js

There might be other deprecated functions, useful links: https://api.jquery.com/category/deprecated/deprecated-3.4/ https://api.jquery.com/category/deprecated/deprecated-3.5/

jmcgettrick commented 3 years ago

Thanks @hugoacfs