This commit is contained in:
Ross
2021-10-16 12:12:26 +01:00
parent a8eacf16ff
commit b282f9f3bf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ $(document).ready(function () {
$(element).each(function () {
let mark = classes[($.inArray(this.className, classes) + 1) % classes.length];
this.className = mark
this.dataset.newmark = mark
this.dataset.newmark = mark.split(" ")[1]
});
prepAnswerData();