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