summaryrefslogtreecommitdiff
path: root/www/js/EventModalCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-04-22 15:25:25 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-04-22 15:25:25 -0400
commitaa29550a71443e3d3272aee87ea6b778f3a372ea (patch)
tree19d3bb61c6a5af1ecfddf4c8d0fbe1547a2cf766 /www/js/EventModalCtrl.js
parentcf644cc65b462362474512160eb0ae1f51a0b158 (diff)
tiny bits here and there
Diffstat (limited to 'www/js/EventModalCtrl.js')
-rw-r--r--www/js/EventModalCtrl.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js
index 5f37fa69..7e6029a2 100644
--- a/www/js/EventModalCtrl.js
+++ b/www/js/EventModalCtrl.js
@@ -966,7 +966,8 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro
$scope.$on('modal.shown', function(e, m)
{
- console.log ("AUTH="+$rootScope.authSession);
+ $ionicLoading.hide();
+ // console.log ("AUTH="+$rootScope.authSession);
if (m.id != 'footage')
return;