Fossil

Check-in [7c408d75]
Login

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: 7c408d751cb7204dafcc9c85a7cb8e14e328eb4756184d03915009ff9875a253
User & Date: drh 2017-12-05 01:30:44.039
Context
2017-12-05
13:50
Cache the main.js file. ... (check-in: 1760a151 user: drh tags: trunk)
01:30
Remove code inside of #if 0...#endif. ... (check-in: 7c408d75 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: 8394d2fe user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/style.c.
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
    ** the additional clear/both is needed to extend the content
    ** part to the end of an optional sidebox.
    */
    @ <div class="endContent"></div>
  }
  @ </div>

#if 0
  /* Set the href= field on hyperlinks.  Do this before the footer since
  ** the footer will be generating </html> */
  style_resolve_href();
#endif

  /* 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;







<
<
<
<
<
<







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;