Merge branch 'master' into update-docs

This commit is contained in:
Binnette 2020-02-26 20:53:17 +01:00
commit 05b22e6427
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
## Translating
Translation is managed through [Transifex](https://www.transifex.com/yohanboniface/umap/dashboard/).
Translation is managed through [Transifex](https://www.transifex.com/openstreetmap/umap/).
## Bugs Triaging
@ -81,4 +81,4 @@ Pull the translations from transifex website:
Then you will need to update binary files with command:
make compilemessages
Done. You can now review and commit modified/added files.
Done. You can now review and commit modified/added files.

View file

@ -1033,7 +1033,7 @@ L.U.IframeExporter = L.Evented.extend({
initialize: function (map) {
this.map = map;
this.baseUrl = window.location.protocol + '//' + window.location.host + window.location.pathname;
this.baseUrl = '//' + window.location.host + window.location.pathname;
// Use map default, not generic default
this.queryString.onLoadPanel = this.map.options.onLoadPanel;
},