This commit is contained in:
Ross
2021-08-04 19:21:32 +01:00
parent 054b480d88
commit 0094bd3a70
+1 -1
View File
@@ -274,7 +274,7 @@ async function loadExamList(data) {
question_db.question_data
.get(q_object)
.then((d) => {
console.log("saved question data", d)
console.log("saved question data", d, new_question_json_id)
// d is undefined if the question is not saved
// we should really just requeue the required question for dowload...
if (d == undefined || d.data.question_json_id != new_question_json_id) {