mirror of
https://github.com/qurator-spk/neat.git
synced 2025-06-11 20:59:54 +02:00
make GND-ID editable
This commit is contained in:
parent
d6311edd0c
commit
b9901436c6
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ function setupInterface(data, file) {
|
|||
if (column == 'No.')
|
||||
clickAction = makeLineSplitMerge
|
||||
|
||||
if (column == 'TOKEN')
|
||||
if ((column == 'TOKEN') || (column == 'GND-ID'))
|
||||
clickAction = makeTdEditable
|
||||
|
||||
if ((column == 'NE-TAG') || (column == 'NE-EMB'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue