1
0
Fork 0
mirror of https://github.com/qurator-spk/neat.git synced 2025-07-04 16:09:53 +02:00
This commit is contained in:
Kai Labusch 2019-12-11 15:15:32 +01:00
parent ede687065e
commit 1f9fd793a3

View file

@ -487,7 +487,7 @@ function setupInterface(data, file, urls) {
clickAction = makeTagEdit clickAction = makeTagEdit
let tagAction = function(tag) { let tagAction = function(tag) {
data.data[nRow][column] = tag; data.data[$(td).data('tableInfo').nRow][column] = tag;
$(td).html(tag); $(td).html(tag);
colorCode(); colorCode();