commit
This commit is contained in:
+1
-1
@@ -232,7 +232,7 @@ fetch('{{ assets_url }}/podcasts.txt')
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Examine the text in the response
|
// Examine the text in the response
|
||||||
response.json().then(function(data) {
|
response.text().then(function(data) {
|
||||||
console.log(data);
|
console.log(data);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user