diff --git a/web/index.html b/web/index.html
index 7c59819..817c565 100644
--- a/web/index.html
+++ b/web/index.html
@@ -499,7 +499,7 @@
'',
'',
'',
- '',
+ // '',
'',
'',
track
@@ -529,7 +529,9 @@
.then(function(trackFeatures) {
var fmap = {};
_.each(trackFeatures, function(trackFeature, i) {
- fmap[trackFeature.id] = trackFeature;
+ if (trackFeature) {
+ fmap[trackFeature.id] = trackFeature;
+ }
});
_.each(tracks.items, function(item, i) {