change @. -> @\n

This commit is contained in:
Swrup 2022-02-19 00:59:01 +01:00
parent 5fbb709834
commit 829f66353b
4 changed files with 25 additions and 25 deletions

View file

@ -5,7 +5,7 @@ let log = Format.printf
(* set input lat/lng when clicked and make new thread form visible *)
let on_click e =
log "on_click@.";
log "on_click@\n";
let lat_lng = Jv.get e "latlng" in
ignore @@ Jv.call Leaflet.popup "setLatLng" [| lat_lng |];