Differences From Artifact [da52971f6b]:
- File src/forum.c — part of check-in [0c233bc697] at 2020-07-31 16:40:04 on branch ajax-wiki-editor — Added style_emit_script_bundle() to simplify page-level bundle usage a small bit. /forumpost, /wikiedit, /fileedit now use that routine. (user: stephan size: 45979)
To Artifact [0f80f1278b]:
- File src/forum.c — part of check-in [41ce65fc31] at 2020-07-31 16:49:40 on branch ajax-wiki-editor — Pedantic function rename, as it will become relevant when work on the ajaxifying the forum start. (user: stephan size: 45983)
| ︙ | |||
750 751 752 753 754 755 756 | 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 | - + | return target; } /* ** Callback for use with style.c:BundleEmitters. Emits all JS code ** required by this page. */ |
| ︙ |