Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Remove code inside of #if 0...#endif. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
7c408d751cb7204dafcc9c85a7cb8e14 |
| User & Date: | drh 2017-12-05 01:30:44.039 |
Context
|
2017-12-05
| ||
| 13:50 | Cache the main.js file. ... (check-in: 1760a15156 user: drh tags: trunk) | |
| 01:30 | Remove code inside of #if 0...#endif. ... (check-in: 7c408d751c user: drh tags: trunk) | |
| 01:29 | Add the "main.js" javascript file. Load that script on every page just before the </body> element, and use it to reduce the need for inline JS and CSS. ... (check-in: 8394d2fee2 user: drh tags: trunk) | |
Changes
Changes to src/style.c.
| ︙ | ︙ | |||
660 661 662 663 664 665 666 |
** the additional clear/both is needed to extend the content
** part to the end of an optional sidebox.
*/
@ <div class="endContent"></div>
}
@ </div>
| < < < < < < | 660 661 662 663 664 665 666 667 668 669 670 671 672 673 |
** the additional clear/both is needed to extend the content
** part to the end of an optional sidebox.
*/
@ <div class="endContent"></div>
}
@ </div>
/* Load up the page data */
@ <script id='page-data' type='application/json'>
if( !g.javascriptHyperlink ){
@ {"antibot":{"enable":0},
}else{
int nDelay = db_get_int("auto-hyperlink-delay",0);
int bMouseover;
|
| ︙ | ︙ |