summaryrefslogtreecommitdiff
path: root/www/js/TimelineCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-04-11 11:37:40 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-04-11 11:37:40 -0400
commitbcf8d0eaf9b04d677d4d4083167d90f2abb515f0 (patch)
tree907b978640719fac235f3734729e5d9686b02f67 /www/js/TimelineCtrl.js
parentcf8780925592318acfec4220569842a94fcfb2df (diff)
#806 support
Diffstat (limited to 'www/js/TimelineCtrl.js')
-rw-r--r--www/js/TimelineCtrl.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/TimelineCtrl.js b/www/js/TimelineCtrl.js
index fb5ee265..3e09a24b 100644
--- a/www/js/TimelineCtrl.js
+++ b/www/js/TimelineCtrl.js
@@ -163,6 +163,8 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla
//--------------------------------------------------------
function openModal(event) {
+ //console.log (JSON.stringify(event));
+
if ($scope.modalFromTimelineIsOpen == true) {
// don't know why but some conflict from angular to timeline_instance lib
// results in double modals at times