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