From d2bcbb5d7e6c1359f17c8b0411ca42f8578ad9f7 Mon Sep 17 00:00:00 2001 From: Logan Williams Date: Fri, 14 May 2021 16:16:04 +0200 Subject: [PATCH] Update index.html --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 608c0c9..d3c735f 100644 --- a/index.html +++ b/index.html @@ -49,6 +49,7 @@ return r.text(); }) .then(function (text) { + text = text.replaceAll("\", ""); var split = text.split(`"createTime":"`); split = split[1].split(`"`);