Fossil SCM
Corrected doc falsehoods.
Commit
1f0a3354aa97101ab46e3182eeb816be2f9e20a72f06908809cd1169e90f3ecd
Parent
0c233bc6974016c…
2 files changed
+2
-3
+2
-3
+2
-3
| --- src/fileedit.c | ||
| +++ src/fileedit.c | ||
| @@ -1482,13 +1482,12 @@ | ||
| 1482 | 1482 | blob_reset(&manifest); |
| 1483 | 1483 | CheckinMiniInfo_cleanup(&cimi); |
| 1484 | 1484 | } |
| 1485 | 1485 | |
| 1486 | 1486 | /* |
| 1487 | -** Emits all of the "core" static JS needed by /wikiedit into a single | |
| 1488 | -** SCRIPT tag. Intended to be mapped to style.c:BundleEmitters with | |
| 1489 | -** the name "fileedit.js". | |
| 1487 | +** Emits all of the "core" static JS needed by /fileedit. Intended to | |
| 1488 | +** be mapped to style.c:BundleEmitters with the name "fileedit.js". | |
| 1490 | 1489 | */ |
| 1491 | 1490 | void fileedit_emit_js_bundle(void){ |
| 1492 | 1491 | style_emit_script_fossil_bootstrap(1); |
| 1493 | 1492 | style_emit_script_builtin(1,0,"sbsdiff.js"); |
| 1494 | 1493 | style_emit_script_fetch(1,0); |
| 1495 | 1494 |
| --- src/fileedit.c | |
| +++ src/fileedit.c | |
| @@ -1482,13 +1482,12 @@ | |
| 1482 | blob_reset(&manifest); |
| 1483 | CheckinMiniInfo_cleanup(&cimi); |
| 1484 | } |
| 1485 | |
| 1486 | /* |
| 1487 | ** Emits all of the "core" static JS needed by /wikiedit into a single |
| 1488 | ** SCRIPT tag. Intended to be mapped to style.c:BundleEmitters with |
| 1489 | ** the name "fileedit.js". |
| 1490 | */ |
| 1491 | void fileedit_emit_js_bundle(void){ |
| 1492 | style_emit_script_fossil_bootstrap(1); |
| 1493 | style_emit_script_builtin(1,0,"sbsdiff.js"); |
| 1494 | style_emit_script_fetch(1,0); |
| 1495 |
| --- src/fileedit.c | |
| +++ src/fileedit.c | |
| @@ -1482,13 +1482,12 @@ | |
| 1482 | blob_reset(&manifest); |
| 1483 | CheckinMiniInfo_cleanup(&cimi); |
| 1484 | } |
| 1485 | |
| 1486 | /* |
| 1487 | ** Emits all of the "core" static JS needed by /fileedit. Intended to |
| 1488 | ** be mapped to style.c:BundleEmitters with the name "fileedit.js". |
| 1489 | */ |
| 1490 | void fileedit_emit_js_bundle(void){ |
| 1491 | style_emit_script_fossil_bootstrap(1); |
| 1492 | style_emit_script_builtin(1,0,"sbsdiff.js"); |
| 1493 | style_emit_script_fetch(1,0); |
| 1494 |
+2
-3
| --- src/wiki.c | ||
| +++ src/wiki.c | ||
| @@ -1060,13 +1060,12 @@ | ||
| 1060 | 1060 | } |
| 1061 | 1061 | pRoute->xCallback(); |
| 1062 | 1062 | } |
| 1063 | 1063 | |
| 1064 | 1064 | /* |
| 1065 | -** Emits all of the "core" static JS needed by /wikiedit into a single | |
| 1066 | -** SCRIPT tag. Intended to be mapped to style.c:BundleEmitters with | |
| 1067 | -** the name "wikiedit.js". | |
| 1065 | +** Emits all of the "core" static JS needed by /wikiedit. Intended to | |
| 1066 | +** be mapped to style.c:BundleEmitters with the name "wikiedit.js". | |
| 1068 | 1067 | */ |
| 1069 | 1068 | void wikiedit_emit_js_bundle(void){ |
| 1070 | 1069 | style_emit_script_fossil_bootstrap(1); |
| 1071 | 1070 | style_emit_script_builtin(1,0,"sbsdiff.js"); |
| 1072 | 1071 | style_emit_script_fetch(1, 0); |
| 1073 | 1072 |
| --- src/wiki.c | |
| +++ src/wiki.c | |
| @@ -1060,13 +1060,12 @@ | |
| 1060 | } |
| 1061 | pRoute->xCallback(); |
| 1062 | } |
| 1063 | |
| 1064 | /* |
| 1065 | ** Emits all of the "core" static JS needed by /wikiedit into a single |
| 1066 | ** SCRIPT tag. Intended to be mapped to style.c:BundleEmitters with |
| 1067 | ** the name "wikiedit.js". |
| 1068 | */ |
| 1069 | void wikiedit_emit_js_bundle(void){ |
| 1070 | style_emit_script_fossil_bootstrap(1); |
| 1071 | style_emit_script_builtin(1,0,"sbsdiff.js"); |
| 1072 | style_emit_script_fetch(1, 0); |
| 1073 |
| --- src/wiki.c | |
| +++ src/wiki.c | |
| @@ -1060,13 +1060,12 @@ | |
| 1060 | } |
| 1061 | pRoute->xCallback(); |
| 1062 | } |
| 1063 | |
| 1064 | /* |
| 1065 | ** Emits all of the "core" static JS needed by /wikiedit. Intended to |
| 1066 | ** be mapped to style.c:BundleEmitters with the name "wikiedit.js". |
| 1067 | */ |
| 1068 | void wikiedit_emit_js_bundle(void){ |
| 1069 | style_emit_script_fossil_bootstrap(1); |
| 1070 | style_emit_script_builtin(1,0,"sbsdiff.js"); |
| 1071 | style_emit_script_fetch(1, 0); |
| 1072 |