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);
|
userElem.appendChild(list);
|
||||||
if (hasMore === true) {
|
if (hasMore === true) {
|
||||||
const moreElem = this._userInputCandidatesMore.cloneNode(true); // TODO I'm lazy
|
const moreElem = this._userInputCandidatesMore.cloneNode(true);
|
||||||
moreElem.removeAttribute('id');
|
moreElem.removeAttribute('id');
|
||||||
moreElem.hidden = false;
|
moreElem.hidden = false;
|
||||||
userElem.appendChild(moreElem);
|
userElem.appendChild(moreElem);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user