diff --git a/app/static/app/js/dbcontrol.js b/app/static/app/js/dbcontrol.js index 658cc2d..a3e1df7 100644 --- a/app/static/app/js/dbcontrol.js +++ b/app/static/app/js/dbcontrol.js @@ -343,7 +343,7 @@ function fillTableWithEntries(entries) { document.getElementById('edit-sonstiges-text').style.display = 'none'; } }) - editCell.innerHTML = ''; + editCell.innerHTML = ''; row.appendChild(editCell) // const delCell = document.createElement('td');