diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-22 13:28:05 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-22 13:28:05 -0400 |
| commit | 1c544b656e47d8b8ddba19673daba07a35e3afb2 (patch) | |
| tree | f6640f2025b4e0ae034eddf41396d4615e6fcf1f /www/js/LoginCtrl.js | |
| parent | 39320d2e7c2f2dfc318f921ee615e0165c418f4a (diff) | |
various fixes for XCode 10 build process and iCloud
Diffstat (limited to 'www/js/LoginCtrl.js')
| -rw-r--r-- | www/js/LoginCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js index 155b648d..9410b276 100644 --- a/www/js/LoginCtrl.js +++ b/www/js/LoginCtrl.js @@ -596,6 +596,7 @@ angular.module('zmApp.controllers').controller('zmApp.LoginCtrl', ['$scope', '$r }, function () { NVRDataModel.debug("local data synced with cloud..."); + }, function (err) { |
