mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	add comment
This commit is contained in:
		@@ -4,7 +4,7 @@ class CorpusAnalysisClient {
 | 
				
			|||||||
    this.corpusId = corpusId;
 | 
					    this.corpusId = corpusId;
 | 
				
			||||||
    this.displays = {};
 | 
					    this.displays = {};
 | 
				
			||||||
    this.socket = socket;
 | 
					    this.socket = socket;
 | 
				
			||||||
    this.resultList = {};
 | 
					    this.resultList = {}; // why do you save it here? we have a global variable results
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // js list options and intialization
 | 
					    // js list options and intialization
 | 
				
			||||||
    let displayOptionsData = this.getDisplayOptions(displayOptionsFormElement);
 | 
					    let displayOptionsData = this.getDisplayOptions(displayOptionsFormElement);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user