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 52cf616 commit ecd21acCopy full SHA for ecd21ac
js/randomQuotes.js
@@ -1,5 +1,5 @@
1
function loadJSONData(){
2
- var JDFrom = "https://talaikis.com/api/quotes/random/";
+ var JDFrom = "https://geek-jokes.sameerkumar.website/api";
3
var httpReq = new XMLHttpRequest();
4
try{
5
httpReq = new XMLHttpRequest();
0 commit comments