loleaflet: rename the iframe used for file downloading
This commit is contained in:
parent
419ce63253
commit
8acc111558
1 changed files with 2 additions and 1 deletions
|
@ -459,7 +459,8 @@ L.Map = L.Evented.extend({
|
|||
var textAreaContainer = L.DomUtil.create('div', 'clipboard-container', container.parentElement);
|
||||
this._textArea = L.DomUtil.create('textarea', 'clipboard', textAreaContainer);
|
||||
this._resizeDetector = L.DomUtil.create('iframe', 'resize-detector', container);
|
||||
this._fileDownloader = L.DomUtil.create('iframe', 'resize-detector', container);
|
||||
this._fileDownloader = L.DomUtil.create('iframe', '', container);
|
||||
L.DomUtil.setStyle(this._fileDownloader, 'display', 'none');
|
||||
|
||||
container._leaflet = true;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue