1
0
Fork 0
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:
Kai Labusch 2020-03-12 15:08:12 +01:00
parent e2f6c4f4f1
commit 28e5612a66

View file

@ -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');