Commit f2458a01 authored by Fabien Maniere's avatar Fabien Maniere

remove comment

parent 5252332f
Pipeline #6534 passed with stages
in 25 minutes and 18 seconds
......@@ -60,7 +60,6 @@ goToURL url = window >>= location >>= setHref url
goToURLInNewTab :: String -> Effect Unit
goToURLInNewTab url = do
_ <- window >>= open url "_blank" ""
-- _ <- window >>= \win -> win.open url "_blank" window
pure unit
--------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment