mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-01-31 03:49:03 +00:00
Fix inspect context not showing error
This commit is contained in:
parent
a63323eab7
commit
dce15d2861
@ -331,7 +331,8 @@ class ResultsList extends List {
|
||||
this.contextResults.innerHTML = ""; // clear it from old inspects
|
||||
if (client.dynamicMode) {
|
||||
this.notifyClient('get-results', {resultsType: 'inspect-results',
|
||||
dataIndexes: [dataIndex]});
|
||||
dataIndexes: [dataIndex],
|
||||
resultsList: this});
|
||||
} else {
|
||||
results.inspectResultsData.matches = [results.data.matches[dataIndex[0]]];
|
||||
results.inspectResultsData.cpos_ranges = results.data.cpos_ranges;
|
||||
|
Loading…
x
Reference in New Issue
Block a user