Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ecd21ac

Browse files
committed
Update randomQuotes.js
1 parent 52cf616 commit ecd21ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/randomQuotes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function loadJSONData(){
2-
var JDFrom = "https://talaikis.com/api/quotes/random/";
2+
var JDFrom = "https://geek-jokes.sameerkumar.website/api";
33
var httpReq = new XMLHttpRequest();
44
try{
55
httpReq = new XMLHttpRequest();

0 commit comments

Comments
 (0)