remove runaway wrapper div
This commit is contained in:
parent
98c6911600
commit
eb3f70aa22
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@
|
||||||
create_wrapper.innerHTML = _results[ver];
|
create_wrapper.innerHTML = _results[ver];
|
||||||
const el = create_wrapper.firstChild;
|
const el = create_wrapper.firstChild;
|
||||||
el.style.order = val;
|
el.style.order = val;
|
||||||
resultWrapper.appendChild(create_wrapper);
|
resultWrapper.appendChild(el);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue