mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Fix wrong expert mode check
This commit is contained in:
		@@ -57,7 +57,7 @@ function queryRenderResults(payload) {
 | 
			
		||||
    activateInspect();
 | 
			
		||||
  }
 | 
			
		||||
  // inital expert mode check and activation
 | 
			
		||||
  if (expertModeSwitchElement) {
 | 
			
		||||
  if (expertModeSwitchElement.checked) {
 | 
			
		||||
    let initialTokenElements = document.getElementsByClassName("token");
 | 
			
		||||
    expertModeOn(initialTokenElements, resultsJSON);
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user