aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/resources/html/haddock-util.js
Commit message (Collapse)AuthorAgeFilesLines
* Avoid JavaScript error during page load in non-frame modePhil Ruffwind2015-08-021-1/+1
| | | | | | | | | | In non-frame mode, parent.window.synopsis refers to the synopsis div rather than the nonexistent frame. Unfortunately, the script wrongly assumes that if it exists it must be a frame, leading to an error where it tries to access the nonexistent attribute 'replace' of an undefined value (synopsis.location). Closes #406
* Delete trailing whitespaceMateusz Kowalczyk2015-07-071-11/+11
|
* Move Haddock API to a separate packageSimon Hengel2014-08-221-0/+344