Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd21ac commit 7d9e70eCopy full SHA for 7d9e70e
js/randomQuotes.js
@@ -1,5 +1,5 @@
1
function loadJSONData(){
2
- var JDFrom = "https://geek-jokes.sameerkumar.website/api";
+ var JDFrom = "https://talaikis.com/api/quotes/random/";
3
var httpReq = new XMLHttpRequest();
4
try{
5
httpReq = new XMLHttpRequest();
0 commit comments