Fixed displaying the correct asnwers
This commit is contained in:
parent
051a878a69
commit
c782cda3a3
@ -81,7 +81,8 @@
|
||||
|
||||
inputs.forEach((input) => {
|
||||
if (input.type=="text") {
|
||||
input.setAttribute("value", input.dataset.expected);
|
||||
// input.setAttribute("value", input.dataset.expected);
|
||||
input.value = input.dataset.expected;
|
||||
input.removeAttribute("class");
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user