aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/resources/html/haddock-util.js
Commit message (Collapse)AuthorAgeFilesLines
* Correctly remember collapsed sections (#608)Alex Biehl2017-04-301-4/+4
| | | Now the "collapsed" cookie stores which sections have changed state instead of which are collapsed.
* Remove anything related to obsolete frames modealexbiehl2017-04-261-131/+1
|
* remove framed view of the HTML documentation (see #114 and #274)Sebastian Meric de Bellefon2016-05-241-28/+0
| | | | | Frames are a bit broken, ignored by Hackage, and considered obsolete in general. This patch disables frames generation. The mini_*.html files are still used in the synopsis.
* 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