mirror of
https://github.com/umap-project/umap.git
synced 2025-05-04 21:51:50 +02:00
Merge branch 'master' into update-docs
This commit is contained in:
commit
05b22e6427
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue