From f1411853adff9ddcafef024a9cdfd875c52dc9ff Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 17 Aug 2020 11:30:59 +0200 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- frontend/src/utils/exam-correct/exam-correct.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/utils/exam-correct/exam-correct.js b/frontend/src/utils/exam-correct/exam-correct.js index 3e3310cbe..cf23c911d 100644 --- a/frontend/src/utils/exam-correct/exam-correct.js +++ b/frontend/src/utils/exam-correct/exam-correct.js @@ -513,7 +513,7 @@ export class ExamCorrect { } userElem.appendChild(list); if (hasMore === true) { - const moreElem = this._userInputCandidatesMore.cloneNode(true); // TODO I'm lazy + const moreElem = this._userInputCandidatesMore.cloneNode(true); moreElem.removeAttribute('id'); moreElem.hidden = false; userElem.appendChild(moreElem);