diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-01 12:49:47 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-01 12:49:47 -0500 |
| commit | 1c853953689ffd5c1e3166b65e0ad89fb3db98f3 (patch) | |
| tree | 1a50cc3978a6d48bad23624a914959ca5a811710 /www/js/TimelineCtrl.js | |
| parent | f4dfcfd310df85b5bf3d1328d754ec4fcdbeb606 (diff) | |
device fixes for video type #60
Diffstat (limited to 'www/js/TimelineCtrl.js')
| -rw-r--r-- | www/js/TimelineCtrl.js | 3 |
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>", |
