1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
|
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
|
-
-
+
+
-
|
fossil_free(zNewUuid);
blob_reset(&err);
blob_reset(&manifest);
CheckinMiniInfo_cleanup(&cimi);
}
/*
** Emits all of the "core" static JS needed by /wikiedit into a single
** SCRIPT tag. Intended to be mapped to style.c:BundleEmitters with
** Emits all of the "core" static JS needed by /fileedit. Intended to
** be mapped to style.c:BundleEmitters with the name "fileedit.js".
** the name "fileedit.js".
*/
void fileedit_emit_js_bundle(void){
style_emit_script_fossil_bootstrap(1);
style_emit_script_builtin(1,0,"sbsdiff.js");
style_emit_script_fetch(1,0);
style_emit_script_tabs(1,0)/*also emits fossil.dom*/;
style_emit_script_confirmer(1,0);
|