From 081e6aae57719c15bdbc5e973ca7ddba9506a4bb Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 8 Aug 2020 12:49:03 +0200 Subject: Show context menu to add, modify and delete markers --- src/Main.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Main.ml') diff --git a/src/Main.ml b/src/Main.ml index b95d01f..9216b35 100644 --- a/src/Main.ml +++ b/src/Main.ml @@ -1,3 +1,3 @@ let () = - let body = Document.querySelectorUnsafe "body" in - Element.appendChild body (Map.render ()) + let body = Document.query_selector_unsafe "body" in + Element.append_child body (Map.render ()) -- cgit v1.2.3