mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Fix undefined JobList error
This commit is contained in:
		@@ -24,6 +24,7 @@ class JobList extends List {
 | 
			
		||||
      pathArray = operation.path.split("/").slice(1);
 | 
			
		||||
      switch(operation.op) {
 | 
			
		||||
        case "add":
 | 
			
		||||
          if (pathArray[1] === "results") {break;}
 | 
			
		||||
          this.addJob(operation.value);
 | 
			
		||||
          this.update();
 | 
			
		||||
          List.updatePagination(this);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user