diff --git a/app/static/js/CorpusList.js b/app/static/js/CorpusList.js
index eae12786..f76cee96 100644
--- a/app/static/js/CorpusList.js
+++ b/app/static/js/CorpusList.js
@@ -112,11 +112,7 @@ class CorpusList extends List {
function(items) {items[0].elm = rowElement;});
}
}
-CorpusList.DEFAULT_OPTIONS = {item: `
-
-
|
-
- `,
+CorpusList.DEFAULT_OPTIONS = {item: "",
page: 4,
pagination: {innerWindow: 8, outerWindow: 1},
valueNames: ["description", "title", {data: ["id"]}]};
diff --git a/app/static/js/JobList.js b/app/static/js/JobList.js
index 4b8b7ddc..31977308 100644
--- a/app/static/js/JobList.js
+++ b/app/static/js/JobList.js
@@ -113,12 +113,7 @@ class JobList extends List {
function(items) {items[0].elm = rowElement;});
}
}
-JobList.DEFAULT_OPTIONS = {item: `
- |
- |
- |
- |
-
`,
+JobList.DEFAULT_OPTIONS = {item: "",
page: 4,
pagination: {innerWindow: 8, outerWindow: 1},
valueNames: ["description", "service", "status", "title", {data: ["id"]}]};