diff --git a/web/app/static/js/modules/corpus_analysis/client/callbacks.js b/web/app/static/js/modules/corpus_analysis/client/callbacks.js index a2cc29f2948e5a63428b02a134cf423c4a905e26..00ad293488a3c95739c03006039e2faf4013de31 100644 --- a/web/app/static/js/modules/corpus_analysis/client/callbacks.js +++ b/web/app/static/js/modules/corpus_analysis/client/callbacks.js @@ -74,7 +74,7 @@ function getResultsData() { let [resultsType, dataIndexes, resultsList, client, results, rest] = arguments; client.isBusy = true; client.notifyView('results-data-recieving'); - if (resultsList.exportFullInspectContext.checked) { + if (resultsList.exportFullInspectContext.checked || resultsType === 'inspect-results') { console.log('Get with full context'); client.getResultsData(resultsType, dataIndexes, results); } else {