diff options
Diffstat (limited to 'www/js/TimelineModalCtrl.js')
| -rw-r--r-- | www/js/TimelineModalCtrl.js | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/js/TimelineModalCtrl.js b/www/js/TimelineModalCtrl.js index ef011d3b..e7a7e2cd 100644 --- a/www/js/TimelineModalCtrl.js +++ b/www/js/TimelineModalCtrl.js @@ -53,13 +53,7 @@ angular.module('zmApp.controllers').controller('TimelineModalCtrl', ['$scope', ' // we use this to reload the connkey if authkey changed //------------------------------------------------------ - $rootScope.$on("auth-success", function() - { - - NVRDataModel.debug("EventModalCtrl: Re-login detected, resetting everything & re-generating connkey"); - - }); - + $scope.scrollUp = function() { //console.log ("SWIPE UP"); |
