mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Show progress bar after new query
This commit is contained in:
		@@ -135,6 +135,7 @@
 | 
			
		||||
      // This is called when a query was successfull
 | 
			
		||||
      results = {matches: [], cpos_lookup: {}, text_lookup: {}};
 | 
			
		||||
      queryResultsDeterminateElement.style.width = "0%";
 | 
			
		||||
      queryResultsProgressElement.classList.remove("hide");
 | 
			
		||||
      receivedMatchNumElement.innerText = "0";
 | 
			
		||||
      textLookupNumElement.innerText = "0";
 | 
			
		||||
      matchNumElement.innerText = payload.num_matches;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user