mirror of
https://github.com/qurator-spk/neat.git
synced 2025-06-11 20:59:54 +02:00
fix type color
This commit is contained in:
parent
52cbf4cf82
commit
621f7620c4
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@
|
|||
$("#table td:contains('I-ORG')").addClass('ner_org');
|
||||
$("#table td:contains('B-OTH')").addClass('ner_oth');
|
||||
$("#table td:contains('I-OTH')").addClass('ner_oth');
|
||||
$("#table td:contains('B-TODO')").addClass('ner_oth');
|
||||
$("#table td:contains('I-TODO')").addClass('ner_oth');
|
||||
$("#table td:contains('B-TODO')").addClass('ner_todo');
|
||||
$("#table td:contains('I-TODO')").addClass('ner_todo');
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue