Corpus Follower List Fix

This commit is contained in:
Inga Kirschnick
2023-04-28 13:24:30 +02:00
parent 6c76d27a32
commit c6db277436
4 changed files with 7 additions and 7 deletions

View File

@ -561,7 +561,6 @@ class ConcordanceQueryBuilder {
if (tokenIsEmpty === false) {
tokenQueryText = '[' + tokenQueryText + ']';
}
console.log(tokenQueryText);
this.queryChipFactory('token', tokenQueryContent, tokenQueryText);
this.hideEverything();
this.elements.positionalAttrArea.classList.add('hide');

View File

@ -113,7 +113,6 @@ class CorpusFollowerList extends ResourceList {
}
onChange(event) {
console.log(event.target.tagName);
let listItemElement = event.target.closest('.list-item[data-id]');
if (listItemElement === null) {return;}
let itemId = listItemElement.dataset.id;