1
0
Fork 0
mirror of https://github.com/qurator-spk/neat.git synced 2025-06-12 21:29: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() { function updateTable() {
editingTd = null;
let editable_html = let editable_html =
` `
<td class="editable"> <td class="editable">
@ -235,8 +239,6 @@ function setupInterface(data, file) {
$('.saveButton').on('click', saveFile) $('.saveButton').on('click', saveFile)
let editingTd;
function finishTdEdit(td, isOk) { function finishTdEdit(td, isOk) {
if (isOk) { if (isOk) {