diff options
| -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'; |
