mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 00:50:40 +00:00
Simplify
This commit is contained in:
@ -270,7 +270,7 @@
|
||||
function sendQuery(event) {
|
||||
event.preventDefault();
|
||||
queryData = getQueryData(queryFormElement);
|
||||
nopaque.socket.emit("corpus_analysis", queryData);
|
||||
nopaque.socket.emit("corpus_analysis_query", queryData.query);
|
||||
// full results object declaration, kind of global maybe store it later?
|
||||
// will always be reset if a query is sent, so that only the chunks of the
|
||||
// current query will be saved in it
|
||||
|
Reference in New Issue
Block a user