summaryrefslogtreecommitdiff
path: root/lib/scripts/page.js
Commit message (Collapse)AuthorAge
* rewrote and improved HTML for TOCAnika Henke2012-04-09
| | | | | | | | | | | | | | Attention: Template authors need to adjust their CSS! Original structure: div.toc > div#toc__header.tocheader.toctoggle > span#toc__toggle.toc_close|toc_open > span div#toc__inside > ul.toc > li.level1 > div.li > span.li > a.toc New structure: div#dw__toc.open|close > h3 > strong > span ul.toc > li.toc > div.li > a
* fixed link wizard being appended to every div.dokuwiki (FS#2395) and changed ↵Anika Henke2011-11-28
| | | | div.dokuwiki to just .dokuwiki (some templates have the class in the body)
* fix jQuery capitalizationElan Ruusamäe2011-11-24
|
* page.js: Improve footnote cleaning regex, cleaner toc togglingAdrian Lang2011-08-22
| | | | | * <sup> elements are only removed from the start of a footnote * the TOC wrapper instantly gets the target size to reduce layout jumping
* fixed TOC-Bug and moved TOC behaviour to page.js FS#2314Andreas Gohr2011-08-21
|
* jQuerify edit section highlightingAdrian Lang2011-08-19
|
* Fix popup DOM element sharing, simplify event handlingAdrian Lang2011-08-19
|
* added missing fileAndreas Gohr2011-08-19
yeah, yeah I know...