summaryrefslogtreecommitdiff
path: root/www/js/TimelineCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/TimelineCtrl.js')
-rw-r--r--www/js/TimelineCtrl.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/js/TimelineCtrl.js b/www/js/TimelineCtrl.js
index 762ece16..75779aff 100644
--- a/www/js/TimelineCtrl.js
+++ b/www/js/TimelineCtrl.js
@@ -679,6 +679,9 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla
if (idfound)
{
+
+ if (typeof myevents[i].Event.DefaultVideo === 'undefined')
+ myevents[i].Event.DefaultVideo="";
graphData.add({
id: graphIndex,
content: "<span class='my-vis-font'>" + myevents[i].Event.Notes + "</span>",