diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-10-20 07:41:34 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-10-20 07:41:34 -0400 |
| commit | 920301a1d601b9d3512c1f58031a8b79ee48c4a5 (patch) | |
| tree | 827798a00d5d322d75c4e48ac61750d0fd153ea9 /www | |
| parent | 49240edcb51f7ce6465ad302446329f552a4b963 (diff) | |
#850 conf -> err
Diffstat (limited to 'www')
| -rwxr-xr-x | www/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js index 69626d66..1473cd9b 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -961,7 +961,7 @@ angular.module('zmApp', [ }, function (err) { - NVR.debug("Auth Hash error: " + JSON.stringify(conf)); + NVR.debug("Auth Hash error: " + JSON.stringify(err)); }); } |
