parent
725e42c597
commit
fc9ffdf228
1 changed files with 3 additions and 2 deletions
|
@ -1073,9 +1073,10 @@ L.U.Map.include({
|
||||||
if (!this.options.umap_id) {
|
if (!this.options.umap_id) {
|
||||||
duration = 100000; // we want a longer message at map creation (TODO UGLY)
|
duration = 100000; // we want a longer message at map creation (TODO UGLY)
|
||||||
this.options.umap_id = data.id;
|
this.options.umap_id = data.id;
|
||||||
if (history && history.pushState) history.pushState({}, this.options.name, data.url);
|
|
||||||
else window.location = data.url;
|
|
||||||
}
|
}
|
||||||
|
// Update URL in case the name has changed.
|
||||||
|
if (history && history.pushState) history.pushState({}, this.options.name, data.url);
|
||||||
|
else window.location = data.url;
|
||||||
if (data.info) msg = data.info;
|
if (data.info) msg = data.info;
|
||||||
else msg = L._('Map has been saved!');
|
else msg = L._('Map has been saved!');
|
||||||
this.once('saved', function () {
|
this.once('saved', function () {
|
||||||
|
|
Loading…
Reference in a new issue