Fortran-FOSS-Programmers / ford

Automatically generates FORtran Documentation from comments within the code.
https://forddocs.readthedocs.io
GNU General Public License v3.0
405 stars 131 forks source link

Upgrade bundled javascript files #586

Closed bkmgit closed 9 months ago

bkmgit commented 10 months ago

Use newer versions of jquery for https://github.com/Fortran-FOSS-Programmers/ford/blob/master/ford/js/jquery-2.1.3.min.js and svg-pan-zoom for https://github.com/Fortran-FOSS-Programmers/ford/blob/master/ford/js/svg-pan-zoom.min.js

ZedThree commented 10 months ago

Ah, I meant to delete the bundled jquery, we're now using it from a CDN (see base.html template).

Looks like svg-pan-zoom has had some bug fixes, but hasn't been updated since 2019. Any suggestions for replacements welcome!