From 780af74c266b5531905d6890232685e5e5368571 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 24 Feb 2019 07:30:10 -0500 Subject: nits --- www/js/MomentCtrl.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'www/js/MomentCtrl.js') diff --git a/www/js/MomentCtrl.js b/www/js/MomentCtrl.js index 3b7a83ce..06294a16 100644 --- a/www/js/MomentCtrl.js +++ b/www/js/MomentCtrl.js @@ -5,7 +5,6 @@ /* global cordova,StatusBar,angular,console, Masonry */ -//https:///zm/api/events/index/AlarmFrames%20%3E=:1/StartTime%20%3E=:2017-12-16%2009:08:50.json?sort=TotScore&direction=desc angular.module('zmApp.controllers').controller('zmApp.MomentCtrl', ['$scope', '$rootScope', '$ionicModal', 'NVR', '$ionicSideMenuDelegate', '$ionicHistory', '$state', '$translate', '$templateRequest', '$sce', '$compile', '$http', '$ionicLoading', 'zm', '$timeout', '$q', '$ionicPopover', '$ionicPopup', 'message', '$ionicScrollDelegate', function ($scope, $rootScope, $ionicModal, NVR, $ionicSideMenuDelegate, $ionicHistory, $state, $translate, $templateRequest, $sce, $compile, $http, $ionicLoading, zm, $timeout, $q, $ionicPopover, $ionicPopup, message, $ionicScrollDelegate) { @@ -747,9 +746,6 @@ angular.module('zmApp.controllers').controller('zmApp.MomentCtrl', ['$scope', '$ NVR.debug("Moments from " + timeFrom + " to " + timeTo); - // format: - //https:///zm/api/events/index/AlarmFrames%20%3E=:1/StartTime%20%3E=:2017-12-16%2009:08:50.json?sort=TotScore&direction=desc - var ld = NVR.getLogin(); // in API, always sort by StartTime so all monitors are represented -- cgit v1.2.3