Update index.html

This commit is contained in:
Logan Williams
2021-05-14 16:19:29 +02:00
committed by GitHub
parent 11c88d538f
commit ade460dc73

View File

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