Update index.html

This commit is contained in:
Logan Williams
2021-05-14 16:16:04 +02:00
committed by GitHub
parent b4fc934507
commit d2bcbb5d7e

View File

@@ -49,6 +49,7 @@
return r.text();
})
.then(function (text) {
text = text.replaceAll("\", "");
var split = text.split(`"createTime":"`);
split = split[1].split(`"`);