mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Add fix
This commit is contained in:
		@@ -371,7 +371,7 @@ class ResultsList extends List {
 | 
				
			|||||||
      this.page = event.target.value;
 | 
					      this.page = event.target.value;
 | 
				
			||||||
      this.update();
 | 
					      this.update();
 | 
				
			||||||
      if (expertModeSwitchElement.checked) {
 | 
					      if (expertModeSwitchElement.checked) {
 | 
				
			||||||
        this.expertModeOn();  // page holds new result rows, so add new tooltips
 | 
					        this.expertModeOn("query-display");  // page holds new result rows, so add new tooltips
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
      nopaque.flash("Updated matches per page.")
 | 
					      nopaque.flash("Updated matches per page.")
 | 
				
			||||||
    } catch (e) {
 | 
					    } catch (e) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user