diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-30 09:17:42 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-30 09:17:42 -0400 |
| commit | dee2ad4192126f82a7afbe1974b4470b0d0218af (patch) | |
| tree | 1de2a6647b3ce4f50b2f2664e79b58ee4b4aba2d | |
| parent | 197cfe5807d9751ed9bb06904b1a6ff1818d25f1 (diff) | |
mask out new auth for now till its ready
| -rwxr-xr-x | www/js/DataModel.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index e600443f..38fd95d5 100755 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -339,7 +339,7 @@ angular.module('zmApp.controllers') // disable for now, getAuthHash needs work - if (versionCompare(currentServerVersion, "1.31.41") != -1 ) { + /* if (versionCompare(currentServerVersion, "1.31.41") != -1 ) { myurl = loginData.apiurl+'/host/getAuthKey.json'; debug ("Server version > 1.31.41, so using AuthHash API:"+myurl); @@ -375,7 +375,7 @@ angular.module('zmApp.controllers') ); return d.promise; - } + }*/ //currentServerVersion var as = 'undefined'; |
