summaryrefslogtreecommitdiff
path: root/client/tables.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-01-04 23:37:34 +0100
committerJules Laplace <julescarbon@gmail.com>2019-01-04 23:37:34 +0100
commit276c16e1055c23350abd3d9d071cfce9b4f1b27f (patch)
treeb85c3b3c8ff0f7bfb77323d3f77be0f88bb3086f /client/tables.js
parente5b6ef658e936c32d9500ff7f781171d9785315a (diff)
rm rotation on homepage, add dataset list
Diffstat (limited to 'client/tables.js')
-rw-r--r--client/tables.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/tables.js b/client/tables.js
index b4c13887..9e134eb6 100644
--- a/client/tables.js
+++ b/client/tables.js
@@ -75,7 +75,7 @@ export default function append(el, payload) {
})
}
- if (fields.length > 1 && fields[1].indexOf('filter')) {
- const filter = fields[1].split(' ')
- }
+ // if (fields && fields.length > 1 && fields[1].indexOf('filter')) {
+ // const filter = fields[1].split(' ')
+ // }
}