mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-24 02:24:20 +00:00
Fix undefined JobList error
This commit is contained in:
parent
afac42464a
commit
bf4b9808c3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user