Add corpus page.

This commit is contained in:
Patrick Jentsch
2019-09-03 15:58:40 +02:00
parent 633bd58087
commit 4dc331b2fe
3 changed files with 109 additions and 4 deletions

View File

@ -53,8 +53,6 @@
pathArray = operation.path.split("/").slice(1);
if (pathArray[0] != this.jobId) {continue;}
switch(operation.op) {
case "add":
break;
case "delete":
location.reload();
break;