From 0094bd3a7021e114b512506dde05ba0faabde416 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 4 Aug 2021 19:21:32 +0100 Subject: [PATCH] . --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index fa3597b..1c5f370 100644 --- a/js/main.js +++ b/js/main.js @@ -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) {