1
0
Fork 0
mirror of https://github.com/qurator-spk/neat.git synced 2025-06-12 13:19:53 +02:00

do not display line_id

This commit is contained in:
Kai 2021-11-18 09:02:39 +01:00
parent 3270aeff65
commit d7ae8e6f83

View file

@ -64,7 +64,7 @@ function setupInterface(data, file, urls) {
let startIndex=0;
let endIndex=displayRows;
let do_not_display = new Set(['url_id', 'left', 'right', 'top', 'bottom', 'ocrconf', 'conf']);
let do_not_display = new Set(['url_id', 'left', 'right', 'top', 'bottom', 'ocrconf', 'conf', 'line_id']);
let tagClasses = 'ner_per ner_loc ner_org ner_work ner_conf ner_evt ner_todo';
let has_changes = false;