Make the corpus analysis runnable again

This commit is contained in:
Patrick Jentsch
2021-01-14 15:18:50 +01:00
parent 223ae773d6
commit 84c86c81e7
2 changed files with 3 additions and 3 deletions

View 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});
/**