From ade460dc73d65609d2897701987a57bbf852276d Mon Sep 17 00:00:00 2001 From: Logan Williams Date: Fri, 14 May 2021 16:19:29 +0200 Subject: [PATCH] Update index.html --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 69ddaa2..703cd48 100644 --- a/index.html +++ b/index.html @@ -50,6 +50,7 @@ }) .then(function (text) { text = text.replaceAll("\\", ""); + console.log(text); var split = text.split(`"createTime":"`); split = split[1].split(`"`);