pull/39/head
Kai Labusch 5 years ago
parent 70082224ae
commit 9441b5d74c

@ -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) {

Loading…
Cancel
Save