Skip to content
Snippets Groups Projects
Commit f26ab8bf authored by Piotr Gawron's avatar Piotr Gawron
Browse files

url to export shouldn't contain double '/'

parent c080006e
No related branches found
No related tags found
2 merge requests!46912.1.0~beta.4 into master,!466Resolve "Going back to HomePage does not show the map (v12.1.0)"
Pipeline #6928 passed
......@@ -167,7 +167,7 @@ ProjectInfoPanel.prototype._createInfoPanelGui = function () {
var exportButton = Functions.createElement({
type: "a",
href: ServerConnector.getServerBaseUrl() + "/export.xhtml?id=" + projectId,
href: ServerConnector.getServerBaseUrl() + "export.xhtml?id=" + projectId,
content: '<i class="fa fa-mail-forward">&nbsp;EXPORT',
xss: false
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment