Remove redundant 'download' link attribute, fixes #201
This commit is contained in:
parent
bb097c6c5b
commit
785abe5b99
1 changed files with 0 additions and 1 deletions
|
|
@ -49,7 +49,6 @@ BR.Export = L.Class.extend({
|
||||||
null
|
null
|
||||||
);
|
);
|
||||||
var link = document.createElement('a');
|
var link = document.createElement('a');
|
||||||
link.download = name + '.' + format;
|
|
||||||
link.href = uri;
|
link.href = uri;
|
||||||
link.dispatchEvent(evt);
|
link.dispatchEvent(evt);
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue