mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-25 02:44:18 +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);
|
pathArray = operation.path.split("/").slice(1);
|
||||||
switch(operation.op) {
|
switch(operation.op) {
|
||||||
case "add":
|
case "add":
|
||||||
|
if (pathArray[1] === "results") {break;}
|
||||||
this.addJob(operation.value);
|
this.addJob(operation.value);
|
||||||
this.update();
|
this.update();
|
||||||
List.updatePagination(this);
|
List.updatePagination(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user