Skip to content

Commit c4fee73

Browse files
authored
Merge pull request #582 from ilankri/fix-mobile-eliom-loader
Make 'Eliom_loader' compile
2 parents 6f4d516 + 8ef39bf commit c4fee73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "ocsigen-start"
3-
version: "2.16.0"
3+
version: "2.16.1"
44
55
maintainer: "[email protected]"
66
synopsis: "An Eliom application skeleton ready to use to build your own application with users, (pre)registration, notifications, etc"

template.distillery/mobile!eliom_loader.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ let _ =
185185
"chcp_beforeAssetsInstalledOnExternalStorage";
186186
"chcp_assetsInstalledOnExternalStorage"];
187187
Lwt.async @@ fun () ->
188-
let%lwt _ = Lwt_js_events.onload () in
188+
let%lwt _ = Js_of_ocaml_lwt.Lwt_js_events.onload () in
189189
let%lwt _ = get_data wake_error in
190190
let%lwt _ = wait_error in
191191
let%lwt _ = wait_success in

0 commit comments

Comments
 (0)