Skip to content
Snippets Groups Projects
Commit 6e459189 authored by Eliott Sammier's avatar Eliott Sammier
Browse files

Fix answer verification broken by JS strict mode

parent d074efee
Branches
No related tags found
No related merge requests found
function showCorrectIndic(correct) {
indic = document.getElementById("correct-indic");
let indic = document.getElementById("correct-indic");
if (correct === undefined) {
indic.innerText = "";
} else if (correct) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment