mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Fix expert mode automatic activation
This commit is contained in:
		@@ -59,6 +59,6 @@ function queryRenderResults(payload) {
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
  // inital expert mode check and activation
 | 
					  // inital expert mode check and activation
 | 
				
			||||||
  if (expertModeSwitchElement.checked) {
 | 
					  if (expertModeSwitchElement.checked) {
 | 
				
			||||||
    results.resultsList.expertModeOn();
 | 
					    results.resultsList.expertModeOn("query-display");
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user