This commit is contained in:
Swrup 2022-02-18 01:37:25 +01:00
parent 812133d0ad
commit 30ea27d40a
8 changed files with 132 additions and 143 deletions

View file

@ -27,8 +27,7 @@ let on_click e =
let newthread_div = Jv.get Jv.global "newthread" in
ignore
@@ Jv.call newthread_div "setAttribute"
[| Jv.of_string "style"; Jv.of_string "visibility:hidden" |];
()
[| Jv.of_string "style"; Jv.of_string "visibility:hidden" |]
(*add on_click callback to map*)
let () =