diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-05-24 16:05:54 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-05-24 16:05:54 -0400 |
| commit | b6d10c90095fb8615d05f8530ba8d411984762c6 (patch) | |
| tree | 2ef46a874ce7554d2a04daa943b76433a73acd5a | |
| parent | 3e6d70bf5c9803bc32c3f9cdacf13ab3ee70af9b (diff) | |
nits
| -rw-r--r-- | www/js/EventCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index c864f11b..2e1948e1 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -1888,7 +1888,7 @@ angular.module('zmApp.controllers') $http.get(apiurl) .then(function (data) { data = data.data; - // NVR.debug(JSON.stringify(data)); + // NVR.debug(JSON.stringify(data)); $scope.hours = []; var p = data.results; for (var key in data.results) { |
