This commit is contained in:
Ross
2021-10-17 19:07:21 +01:00
parent 57caf4dc38
commit 0ed48f5c83
2 changed files with 3 additions and 2 deletions
@@ -20,7 +20,7 @@
}
function closePopup(win, newID, newRepr, id) {
console.log(id)
$(id + "_to").append('<option value=' + newID + ' title=' + newRepr + ' >' + newRepr + '</option>')
$(id).append('<option value=' + newID + ' title=' + newRepr + ' >' + newRepr + '</option>')
win.close();
}