Skip to content

Commit

Permalink
Merge pull request #582 from ilankri/fix-mobile-eliom-loader
Browse files Browse the repository at this point in the history
Make 'Eliom_loader' compile
  • Loading branch information
balat authored Feb 7, 2020
2 parents 6f4d516 + 8ef39bf commit c4fee73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "ocsigen-start"
version: "2.16.0"
version: "2.16.1"
authors: "[email protected]"
maintainer: "[email protected]"
synopsis: "An Eliom application skeleton ready to use to build your own application with users, (pre)registration, notifications, etc"
Expand Down
2 changes: 1 addition & 1 deletion template.distillery/mobile!eliom_loader.ml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ let _ =
"chcp_beforeAssetsInstalledOnExternalStorage";
"chcp_assetsInstalledOnExternalStorage"];
Lwt.async @@ fun () ->
let%lwt _ = Lwt_js_events.onload () in
let%lwt _ = Js_of_ocaml_lwt.Lwt_js_events.onload () in
let%lwt _ = get_data wake_error in
let%lwt _ = wait_error in
let%lwt _ = wait_success in
Expand Down

0 comments on commit c4fee73

Please sign in to comment.