Merge branch 'eecorrectr' of gitlab2.rz.ifi.lmu.de:uni2work/uni2work into eecorrectr
This commit is contained in:
commit
c9cf590d84
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user