diff --git a/public/root.html b/public/root.html index 5267b79..8b8ca28 100644 --- a/public/root.html +++ b/public/root.html @@ -17,6 +17,7 @@
+

@@ -92,9 +93,15 @@ todo = ["", {Q: "ALL DONE"}] } + form.children.status.innerHTML = knowledgebase.length.toString() + form.children.idq.value = todo[0] - form.children.question.innerHTML = `

${todo[1].Q}

` + if (todo[1].Q.startsWith("img:")) { + form.children.question.innerHTML = `` + } else { + form.children.question.innerHTML = `

${todo[1].Q}

` + } form.children.question.value = todo[1].Q let clues = ""