mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	clean up
This commit is contained in:
		@@ -395,7 +395,11 @@
 | 
			
		||||
        // valid result page element from the new pagination.
 | 
			
		||||
        firstPageElement;
 | 
			
		||||
        xpath = '//a[@class="page" and text()=1]';
 | 
			
		||||
        firstPageElement = document.evaluate(xpath, document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue;
 | 
			
		||||
        firstPageElement = document.evaluate(xpath,
 | 
			
		||||
                                             document,
 | 
			
		||||
                                             null,
 | 
			
		||||
                                             XPathResult.FIRST_ORDERED_NODE_TYPE,
 | 
			
		||||
                                             null).singleNodeValue;
 | 
			
		||||
        firstPageElement.click();
 | 
			
		||||
      } catch (e) {
 | 
			
		||||
      }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user