diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-08 20:29:20 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-08 20:29:20 -0400 |
| commit | e5cc1c5826f65b5d40892cd92714cc9f070198a9 (patch) | |
| tree | 8384bbb90d81808e0dca96bee889dd38eb158b43 /www/js/TimelineModalCtrl.js | |
| parent | a9273df91eced721b23f311e37b8d820f5951ada (diff) | |
broadcast handler cleanups and others
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"); |
