updated lite

This commit is contained in:
Concedo
2024-06-27 15:51:34 +08:00
parent 4f369b0a0a
commit e433afb261
+1
View File
@@ -4930,6 +4930,7 @@ Current version: 148
else
{
cstoryjson = share_plaintext();
cstoryjson = replaceAll(cstoryjson,"\n","<br>",false);
console.log("Export Len: " + cstoryjson.length);
document.getElementById("sharecontainertitle").innerText = "Share Story as Plaintext";
document.getElementById("sharestorytext").innerHTML = "<p>"+cstoryjson+"</p>";