Added icons for result checking

This commit is contained in:
P-A
2026-02-05 21:28:40 +01:00
parent 22dff8705d
commit 93b69aefc9
9 changed files with 113 additions and 3 deletions

View File

@@ -81,7 +81,6 @@ class HomeworkPage extends HomeworkElement {
if(this.type == HomeworkTypes.VOCABULARY_ENGLISH) {
const row = new HomeworkVocabularyTask()
this.content.append(row)
console.log("New row in page")
}
}