Opened 6 years ago

Closed 6 years ago

#7174 closed defect (fixed)

gdal.org: jQuery missing from Doxygen-generated pages

Reported by: Alan Thomas Owned by: warmerdam
Priority: normal Milestone:
Component: Website Version: unspecified
Severity: normal Keywords:
Cc:

Description

The pages try to include http://www.gdal.org/jquery.js, which has gone missing.

For example, on http://www.gdal.org/classOGRTriangle.html, the section titled "Public Member Functions inherited from OGRPolygon" cannot be expanded, due to missing jQuery:

Uncaught ReferenceError: $ is not defined
    at toggleInherit (dynsections.js:86)
    at HTMLTableCellElement.onclick (VM64 classOGRTriangle.html:255)

Change History (1)

comment:1 by Even Rouault, 6 years ago

Resolution: fixed
Status: newclosed

This is probably a defect of the doxygen 1.8.8 installed on the OSGeo server. I ended up manually copying the jquery.js from my local build onto the server, and this fixes the issue

Note: See TracTickets for help on using tickets.