Skip to content
Snippets Groups Projects
Commit 84c86c81 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Make the corpus analysis runnable again

parent 223ae773
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ class Client {
tmp_first_cpos.push(results.data.matches[dataIndex].c[0]);
tmp_last_cpos.push(results.data.matches[dataIndex].c[1]);
}
nopaque.socket.emit('corpus_analysis_get_match_with_full_context',
this.socket.emit('corpus_analysis_get_match_with_full_context',
{type: resultsType,
data_indexes: dataIndexes,
first_cpos: tmp_first_cpos,
......@@ -279,4 +279,4 @@ export {
Client,
ClientEventListener,
ListenerCallback,
};
\ No newline at end of file
};
......@@ -157,7 +157,7 @@ document.addEventListener("DOMContentLoaded", () => {
// Initialize the client for server client communication in dynamic mode
let corpusId = {{ corpus.id }}
const client = new Client({'corpusId': corpusId,
'socket': nopaque.socket,
'socket': nopaque.appClient.socket,
'logging': true,
'dynamicMode': true});
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment