mirror of
https://github.com/qurator-spk/neat.git
synced 2025-06-11 20:59:54 +02:00
remove unused code
This commit is contained in:
parent
e2f6c4f4f1
commit
28e5612a66
1 changed files with 0 additions and 7 deletions
7
neat.js
7
neat.js
|
@ -192,13 +192,6 @@ function setupInterface(data, file, urls) {
|
|||
$("#table td:contains('I-TODO')").addClass('ner_todo');
|
||||
}
|
||||
|
||||
function fillStandardTd(td, content) {
|
||||
td.text(content);
|
||||
}
|
||||
|
||||
function fillEntityDisambiguationTd(td, content) {
|
||||
}
|
||||
|
||||
function makeTdEditable(td, content) {
|
||||
|
||||
let tableInfo = $(td).data('tableInfo');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue