diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-17 16:54:46 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-17 16:54:46 -0400 |
| commit | 551da5c869dec799ec592c7b822407900c0af934 (patch) | |
| tree | 184d7b4ceab97108768d9e179ee646c982d76209 /www/js/LoginCtrl.js | |
| parent | 6fe46270764e3e5358c6cfb7474bf1f0ab3b1a00 (diff) | |
no need to redo layout on montage modal - just pause/resume
Diffstat (limited to 'www/js/LoginCtrl.js')
| -rw-r--r-- | www/js/LoginCtrl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js index 99f215a8..155b648d 100644 --- a/www/js/LoginCtrl.js +++ b/www/js/LoginCtrl.js @@ -598,8 +598,8 @@ angular.module('zmApp.controllers').controller('zmApp.LoginCtrl', ['$scope', '$r NVRDataModel.debug("local data synced with cloud..."); }, - function () { - NVRDataModel.debug("error syncing cloud data..."); + function (err) { + NVRDataModel.debug("error syncing cloud data..."+JSON.stringify(err)); }, true); |
