Commit d4276e1b authored by Boris Kocherov's avatar Boris Kocherov

move array control elements

parent 73ed449e
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
function element_append(child) { function element_append(child) {
if (child) { if (child) {
div_input.appendChild(child); input.parentNode.insertBefore(child, input);
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment