Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | doc typo |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | fileedit-ajaxify |
| Files: | files | file ages | folders |
| SHA3-256: |
a62594e58d3c971b681157babc5e1c9b |
| User & Date: | stephan 2020-05-07 11:12:12.894 |
Context
|
2020-05-07
| ||
| 12:52 | Normalized the various input-with-label elements to use SPAN wrappers instead of DIV. ... (check-in: 53b31b0814 user: stephan tags: fileedit-ajaxify) | |
| 11:12 | doc typo ... (check-in: a62594e58d user: stephan tags: fileedit-ajaxify) | |
| 09:04 | Removed a local temp foo.js which got picked up by makemake.tcl :/. ... (check-in: 8a98762b81 user: stephan tags: fileedit-ajaxify) | |
Changes
Changes to src/style.c.
| ︙ | ︙ | |||
1431 1432 1433 1434 1435 1436 1437 | ** ** Subsequent calls are no-ops. ** ** If passed a true value, it emits the contents directly to the page ** output, else it emits a script tag with a src=builtin/... to load ** the script. It always outputs a small pre-bootstrap element in its ** own script tag to initialize parts which need C-runtime-level | | | 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 |
**
** Subsequent calls are no-ops.
**
** If passed a true value, it emits the contents directly to the page
** output, else it emits a script tag with a src=builtin/... to load
** the script. It always outputs a small pre-bootstrap element in its
** own script tag to initialize parts which need C-runtime-level
** information, before loading the main fossil.bootstrap.js either
** inline or via a <script src=...>, as specified by the first
** argument.
*/
void style_emit_script_fossil_bootstrap(int asInline){
static int once = 0;
if(0==once++){
/* Set up the generic/app-agnostic parts of window.fossil
|
| ︙ | ︙ |