commit
This commit is contained in:
+1
-5
@@ -188,12 +188,8 @@
|
||||
|
||||
// read podcast list
|
||||
fetch('{{ assets_url }}/podcasts.txt').then(
|
||||
|
||||
console.log('{{ assets_url }}');
|
||||
console.log('{{ base_url }}');
|
||||
console.log('{{ url }}');
|
||||
|
||||
function(response) {
|
||||
|
||||
if (response.status !== 200) {
|
||||
console.log('Problem fetching podcast list. Status code: ' + response.status);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user