From bd74a430673ccf9a6f77e1aff6b7224f1b283feb Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 18 Apr 2021 11:22:26 +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 5cd274e..10c3dad 100644 --- a/js/main.js +++ b/js/main.js @@ -234,7 +234,7 @@ async function loadExamList(data) { // If the timestamps differ delete and force a refresh const exam_timestamp = exam_generated_map[saved_exam.eid][0]; const question_timestamp_hash = exam_generated_map[saved_exam.eid][1]; - console.log("comp timestamps", exam_timestamp, question_timestamp_hash) + console.log("comp timestamps", exam_timestamp, saved_exam.generated) console.log(exam_generated_map) if (Date.parse(saved_exam.generated) != Date.parse(exam_timestamp)) { question_db.saved_exams.where("eid").equals(saved_exam.eid).delete();