mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-25 02:44:18 +00:00
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development
This commit is contained in:
commit
fb1403e9cb
@ -80,7 +80,7 @@ def pj_corpus_analysis_query(query):
|
|||||||
if client.status == 'abort':
|
if client.status == 'abort':
|
||||||
break
|
break
|
||||||
chunk = results.export(context=context, cutoff=chunk_size,
|
chunk = results.export(context=context, cutoff=chunk_size,
|
||||||
offset=chunk_start)
|
expand_lists=True, offset=chunk_start)
|
||||||
if (results.size == 0):
|
if (results.size == 0):
|
||||||
progress = 100
|
progress = 100
|
||||||
else:
|
else:
|
||||||
|
@ -4,7 +4,7 @@ class CorpusAnalysisClient {
|
|||||||
this.corpusId = corpusId;
|
this.corpusId = corpusId;
|
||||||
this.displays = {};
|
this.displays = {};
|
||||||
this.socket = socket;
|
this.socket = socket;
|
||||||
this.resultList = {};
|
this.resultList = {}; // why do you save it here? we have a global variable results
|
||||||
|
|
||||||
// js list options and intialization
|
// js list options and intialization
|
||||||
let displayOptionsData = this.getDisplayOptions(displayOptionsFormElement);
|
let displayOptionsData = this.getDisplayOptions(displayOptionsFormElement);
|
||||||
|
Loading…
Reference in New Issue
Block a user