Fixed the Chrome and Safari bug

This commit is contained in:
Simon Brooke 2020-02-25 14:39:06 +00:00
parent a6d90b0cd9
commit af0eeb5eba
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
2 changed files with 4 additions and 6 deletions

View file

@ -294,8 +294,6 @@ var GeoCSV = {
try {
fetch(dataSource)
.then((response) => {
console.debug( response.blob());
if (response.ok) {
return response.text();
} else {