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(`"`);