diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-08-14 02:18:35 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-08-14 02:18:35 +0200 |
| commit | 0ba30e46c0bb9cd8a4ee74cbb0e215ebab1263c4 (patch) | |
| tree | 595348b286b3c22e5b6702e223c7dcf5b5fc6bf9 /client/data.js | |
| parent | 71853816c933e95ee23ba741c4c8d6c97246681a (diff) | |
switch seq/ interv behavior
Diffstat (limited to 'client/data.js')
| -rw-r--r-- | client/data.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/data.js b/client/data.js index eb5d41f..4eab9d3 100644 --- a/client/data.js +++ b/client/data.js @@ -13,7 +13,7 @@ const dataPromises = files.map(name => { let lines = text.split('\n').map(line => line.split(',')) const h = lines.shift() return { - name, + name: name.replace(/-/g, ' '), h, lines: lines.filter(s => !!s) } |
