Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a bug in the previous checkin. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | experimental |
Files: | files | file ages | folders |
SHA1: |
92ed3a43f03d52f8c430b1fd369668f2 |
User & Date: | dan 2016-08-26 18:52:22.332 |
Context
2016-08-29
| ||
14:46 | Update to session module documentation. (check-in: c8d92d73ec user: dan tags: experimental) | |
2016-08-26
| ||
18:52 | Fix a bug in the previous checkin. (check-in: 92ed3a43f0 user: dan tags: experimental) | |
09:24 | Add show/hide links for the "Table Of Contents" added to some documents. Use a cookie to make table of contents visibility a site-wide persistent setting. (check-in: ddd31d0018 user: dan tags: experimental) | |
Changes
Changes to pages/fancyformat.tcl.
︙ | ︙ | |||
434 435 436 437 438 439 440 | <span style="font-size:1.5em">Table Of Contents</span> <a class=toct style="margin-left:4ex" href="#" onclick="hide_toc()"> [hide] </a> </div> $::Addtoc(toc) </div> | | | 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 | <span style="font-size:1.5em">Table Of Contents</span> <a class=toct style="margin-left:4ex" href="#" onclick="hide_toc()"> [hide] </a> </div> $::Addtoc(toc) </div> <div id=antitoc style="display:none"> <a class=toct style="margin-left:4ex" href="#" onclick="show_toc()"> [show table of contents] </a> </div> </div> [javascript_toc_toggle] }] |
︙ | ︙ |