Commit 7c002be7 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[IsTex iframe] fix urls

parent 13709304
......@@ -430,8 +430,9 @@ nodePopupCpt = R.hooksComponent "G.C.F.T.N.B.nodePopupView" cpt
setSearch $ _ {url = url, term = term}
else
pure unit
isTexUrl = "http://0.0.0.0:8080"--"https://istex.gargantext.org"
isTexLocalUrl = "http://localhost:8083"
--isTexUrl = "http://0.0.0.0:8080"--"https://istex.gargantext.org"
isTexUrl = "https://istex.gargantext.org"
-- isTexLocalUrl = "http://localhost:8083"
isTexTermUrl term = isTexUrl <> query
where
query = Query.print $ NQP.print identity identity qp
......
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