mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Last fix
This commit is contained in:
		@@ -370,6 +370,7 @@ class ResultsList extends List {
 | 
				
			|||||||
      // console.log(this);
 | 
					      // console.log(this);
 | 
				
			||||||
      this.page = event.target.value;
 | 
					      this.page = event.target.value;
 | 
				
			||||||
      this.update();
 | 
					      this.update();
 | 
				
			||||||
 | 
					      this.activateInspect();
 | 
				
			||||||
      if (expertModeSwitchElement.checked) {
 | 
					      if (expertModeSwitchElement.checked) {
 | 
				
			||||||
        this.expertModeOn("query-display");  // page holds new result rows, so add new tooltips
 | 
					        this.expertModeOn("query-display");  // page holds new result rows, so add new tooltips
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -234,7 +234,7 @@
 | 
				
			|||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  <div class="modal-footer">
 | 
					  <div class="modal-footer">
 | 
				
			||||||
    <a href="#!" class="left waves-effect waves-light btn disable">Export</a>
 | 
					    <a href="#!" class="left waves-effect waves-light btn disabled">Export</a>
 | 
				
			||||||
    <a href="#!" class="modal-close waves-effect waves-light red btn">Close</a>
 | 
					    <a href="#!" class="modal-close waves-effect waves-light red btn">Close</a>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user