Add authors and explanations to review mode and fix some stuff

This commit is contained in:
2021-01-18 00:03:58 +01:00
parent b0506a0377
commit 7592752de0
4 changed files with 37 additions and 6 deletions

View File

@ -49,8 +49,8 @@ function parseLine(line) {
}
// Optional parameters
q.explanation = els[4] || '[No explanation provided]'
q.author = els[5] || '[No author provided]'
q.explanation = els[4] || null
q.author = els[5] || null
q.picture = els[6] || null
return q