mirror of
https://github.com/qurator-spk/neat.git
synced 2025-07-04 16:09:53 +02:00
fix bug
This commit is contained in:
parent
ede687065e
commit
1f9fd793a3
1 changed files with 1 additions and 1 deletions
2
neath.js
2
neath.js
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue