From: Elijah Cohen Date: Fri, 29 Jan 2021 03:08:09 +0000 (-0600) Subject: whoops? X-Git-Url: https://git.eli173.com/?a=commitdiff_plain;h=4ab96717e91b4560d86fc5cab78ca5ea0bc829d3;p=comics whoops? --- diff --git a/comics.js b/comics.js index 658c426..a029a95 100644 --- a/comics.js +++ b/comics.js @@ -19,7 +19,7 @@ function getimageurl(number) { console.log(number) //fetch("https://qwantz.com/index.php?comic=" + number, {mode: "cors"}) fetch("https://comics.eli173.com/id/" + number) - .then(req => return req.text()) + .then(req => req.text()) .then(text => { console.log(text) })