Fossil SCM
Remove code inside of #if 0...#endif.
Commit
7c408d751cb7204dafcc9c85a7cb8e14e328eb4756184d03915009ff9875a253
Parent
8394d2fee227381…
1 file changed
-6
-6
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -662,16 +662,10 @@ | ||
| 662 | 662 | */ |
| 663 | 663 | @ <div class="endContent"></div> |
| 664 | 664 | } |
| 665 | 665 | @ </div> |
| 666 | 666 | |
| 667 | -#if 0 | |
| 668 | - /* Set the href= field on hyperlinks. Do this before the footer since | |
| 669 | - ** the footer will be generating </html> */ | |
| 670 | - style_resolve_href(); | |
| 671 | -#endif | |
| 672 | - | |
| 673 | 667 | /* Load up the page data */ |
| 674 | 668 | @ <script id='page-data' type='application/json'> |
| 675 | 669 | if( !g.javascriptHyperlink ){ |
| 676 | 670 | @ {"antibot":{"enable":0}, |
| 677 | 671 | }else{ |
| 678 | 672 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -662,16 +662,10 @@ | |
| 662 | */ |
| 663 | @ <div class="endContent"></div> |
| 664 | } |
| 665 | @ </div> |
| 666 | |
| 667 | #if 0 |
| 668 | /* Set the href= field on hyperlinks. Do this before the footer since |
| 669 | ** the footer will be generating </html> */ |
| 670 | style_resolve_href(); |
| 671 | #endif |
| 672 | |
| 673 | /* Load up the page data */ |
| 674 | @ <script id='page-data' type='application/json'> |
| 675 | if( !g.javascriptHyperlink ){ |
| 676 | @ {"antibot":{"enable":0}, |
| 677 | }else{ |
| 678 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -662,16 +662,10 @@ | |
| 662 | */ |
| 663 | @ <div class="endContent"></div> |
| 664 | } |
| 665 | @ </div> |
| 666 | |
| 667 | /* Load up the page data */ |
| 668 | @ <script id='page-data' type='application/json'> |
| 669 | if( !g.javascriptHyperlink ){ |
| 670 | @ {"antibot":{"enable":0}, |
| 671 | }else{ |
| 672 |