This commit is contained in:
Ross
2021-10-16 12:32:49 +01:00
parent 3f6c0c3477
commit 83105b2383
+1 -1
View File
@@ -114,7 +114,7 @@
$(el).after(`<span>Current mark [${el.dataset.mark}]</span>`)
}
})
$("button.check-review").hide()
$("button.check-review").after("Discreptant answers are show above. Click next / save to update you your answers").hide()
$(".save-buttons").show();
})