mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 17:10:41 +00:00
Some fixes and clean up
This commit is contained in:
@ -108,7 +108,7 @@ def corpus_analysis_inspect_match(payload):
|
||||
match_context = s.export(payload['first_cpos'], payload['last_cpos'],
|
||||
context=3, expand_lists=False)
|
||||
match_context['cpos_ranges'] = True
|
||||
socketio.emit('match_context', {'payload': match_context},
|
||||
socketio.emit('corpus_analysis_match_context', {'payload': match_context},
|
||||
room=request.sid)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user