change @. -> @\n
This commit is contained in:
parent
5fbb709834
commit
829f66353b
4 changed files with 25 additions and 25 deletions
|
|
@ -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 |];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue