Fixed the Chrome and Safari bug
This commit is contained in:
parent
a6d90b0cd9
commit
af0eeb5eba
2 changed files with 4 additions and 6 deletions
|
|
@ -294,8 +294,6 @@ var GeoCSV = {
|
|||
try {
|
||||
fetch(dataSource)
|
||||
.then((response) => {
|
||||
console.debug( response.blob());
|
||||
|
||||
if (response.ok) {
|
||||
return response.text();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue