This is the correct way to test for that
1 files changed, 1 insertions(+), 1 deletions(-) M mousikofidi/static/js/queue.js
M mousikofidi/static/js/queue.js => mousikofidi/static/js/queue.js +1 -1
@@ 1224,7 1224,7 @@ function loadQueueFromFile(dropDown) { } function loadOptions(data, select, reload) { - if ((reload) && (select.child.length > 0)) + if ((reload) && (select.children.length > 0)) clearChildren(select); select.appendChild(document.createElement("option"));