mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	small fix
This commit is contained in:
		@@ -233,7 +233,6 @@
 | 
			
		||||
          </tr>`
 | 
			
		||||
        );
 | 
			
		||||
      }
 | 
			
		||||
      M.Collapsible.getInstance(document.getElementById("job-list")).open(1);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    setStatus(status) {
 | 
			
		||||
@@ -241,6 +240,7 @@
 | 
			
		||||
      if (status === "complete") {
 | 
			
		||||
        progressIndicator = document.getElementById("progress-indicator");
 | 
			
		||||
        progressIndicator.classList.add("hide");
 | 
			
		||||
        M.Collapsible.getInstance(document.getElementById("job-list")).open(1);
 | 
			
		||||
      }
 | 
			
		||||
      statusElement = document.getElementById("status");
 | 
			
		||||
      statusElement.dataset.status = status;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user