Update index.html

This commit is contained in:
Logan Williams
2021-05-14 16:17:52 +02:00
committed by GitHub
parent d2bcbb5d7e
commit 11c88d538f

View File

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