Differences From Artifact [d2f20774ce]:
- File src/forum.c — part of check-in [eb392f9719] at 2020-07-09 18:31:24 on branch forum-expand-poc — Moved expand/collapse toggle to the bottom of the post, per forum feedback. That required changing it to a button because of CSS limitations. Fixed a few mis-used P tags in the FORM part of each post (P cannot hold a FORM). (user: stephan size: 46209) [more...]
To Artifact [34ca929960]:
- File src/forum.c — part of check-in [13caa6e61e] at 2020-07-31 20:02:37 on branch refactor-js-handling — Begin integrating the builtin_request_js() interface. (user: drh size: 46214)
| ︙ | |||
757 758 759 760 761 762 763 | 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 | - + |
** closes the document's <BODY> and <HTML> tags). Calls after the first
** are a no-op.
*/
static void forum_emit_page_js(){
static int once = 0;
if(0==once){
once = 1;
|
| ︙ |