mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development
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