summaryrefslogtreecommitdiff
path: root/src/cjr_print.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/cjr_print.sml')
-rw-r--r--src/cjr_print.sml12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/cjr_print.sml b/src/cjr_print.sml
index 164035eb..e459db62 100644
--- a/src/cjr_print.sml
+++ b/src/cjr_print.sml
@@ -2575,16 +2575,16 @@ fun p_file env (ds, ps) =
end,
string "\");",
newline,
- string "uw_set_needs_push(ctx, ",
- string (case side of
- ServerAndPullAndPush => "1"
- | _ => "0"),
- string ");",
- newline,
string "uw_set_url_prefix(ctx, \"",
string (Settings.getUrlPrefix ()),
string "\");",
newline]),
+ string "uw_set_needs_push(ctx, ",
+ string (case side of
+ ServerAndPullAndPush => "1"
+ | _ => "0"),
+ string ");",
+ newline,
string "uw_set_needs_sig(ctx, ",
string (if couldWrite ek then
"1"