diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-02 16:21:55 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-02 16:21:55 +0200 |
| commit | 328c409541d053cb207c3a156a4a4b3f6609f3e8 (patch) | |
| tree | 48043d94556b2bc5f91c4e0d28a731be2036ad90 /public/bundle.js | |
| parent | 4238c545b27a0c99e1e29a59ec2b16fa28f1a4a2 (diff) | |
whmmm
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/bundle.js b/public/bundle.js index 90a5d95..956943d 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -4449,7 +4449,7 @@ var load_directories = exports.load_directories = function load_directories() { var checkpoint = s.name.split('-').map(function (s) { return s.split(':'); }).filter(function (b) { - return b.length; + return b.length && b[1]; }).reduce(function (a, b) { return (a[b[0]] = b[1]) && a; }, {}); |
