remove runaway wrapper div

This commit is contained in:
Ilion Beyst 2020-09-20 23:56:12 +02:00
parent 98c6911600
commit eb3f70aa22

View file

@ -205,7 +205,7 @@
create_wrapper.innerHTML = _results[ver];
const el = create_wrapper.firstChild;
el.style.order = val;
resultWrapper.appendChild(create_wrapper);
resultWrapper.appendChild(el);
}
}