summaryrefslogtreecommitdiff
path: root/www/js/TimelineCtrl.js
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-11-01 12:49:47 -0500
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-11-01 12:49:47 -0500
commit1c853953689ffd5c1e3166b65e0ad89fb3db98f3 (patch)
tree1a50cc3978a6d48bad23624a914959ca5a811710 /www/js/TimelineCtrl.js
parentf4dfcfd310df85b5bf3d1328d754ec4fcdbeb606 (diff)
device fixes for video type #60
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>",