changed the wrong code
This commit is contained in:
parent
8171ba461e
commit
1beaa5b9b7
@ -10,7 +10,7 @@ let intervalID;
|
|||||||
let iteratorID = 0;
|
let iteratorID = 0;
|
||||||
let currQuote;
|
let currQuote;
|
||||||
|
|
||||||
fetch("assets/FavouriteQuotes.json")
|
fetch("https://cdn.fyrfli.link/FavouriteQuotes.json")
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
return response.json();
|
return response.json();
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user