We are loading and using an outdated version (2.2.0) of JQuery:
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js" type="text/javascript"></script> |
We are doing very basic operations on the DOM and in my opinion we don't need it: https://htmldom.dev/
Also the JQuery ajax function is getting replaced by fetch: #15
We are loading and using an outdated version (2.2.0) of JQuery:
training-v2/Courses/_templates/course/document.html.erb
Line 33 in 0fe15e2
We are doing very basic operations on the DOM and in my opinion we don't need it: https://htmldom.dev/
Also the JQuery ajax function is getting replaced by
fetch: #15