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

Search field requires non-slim version of jQuery #594

Closed nakai-ps closed 9 months ago

nakai-ps commented 9 months ago

Hello, I am using the latest version of FORD (7.0.3).

I generated the document and entered a word in the search field, but it didn't work. The browser console displays "jQuery.Deferred exception: $.ajaxSetup is not a function TypeError". In an attempt to avoid the error above, I changed the jQuery loaded in doc/search.html to a non-slim version. With the non-slim Jquery verson, the search field worked.

Could you please update the project to use the non-slim version of jQuery in doc/search.html? Thank you.

Below two issues might be related to the error I am facing. Please consider what would be the best way to fix the error. https://github.com/Fortran-FOSS-Programmers/ford/issues/586 https://github.com/Fortran-FOSS-Programmers/ford/issues/587