1
0
Fork 0
mirror of https://github.com/qurator-spk/neat.git synced 2025-06-11 20:59:54 +02:00
This commit is contained in:
Kai Labusch 2019-09-24 16:25:18 +02:00
parent 70082224ae
commit 9441b5d74c

View file

@ -78,8 +78,12 @@ function setupInterface(data, file) {
}
}
let editingTd;
function updateTable() {
editingTd = null;
let editable_html =
`
<td class="editable">
@ -235,8 +239,6 @@ function setupInterface(data, file) {
$('.saveButton').on('click', saveFile)
let editingTd;
function finishTdEdit(td, isOk) {
if (isOk) {