summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-04-30 09:17:42 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-04-30 09:17:42 -0400
commitdee2ad4192126f82a7afbe1974b4470b0d0218af (patch)
tree1de2a6647b3ce4f50b2f2664e79b58ee4b4aba2d /www/js/DataModel.js
parent197cfe5807d9751ed9bb06904b1a6ff1818d25f1 (diff)
mask out new auth for now till its ready
Diffstat (limited to 'www/js/DataModel.js')
-rwxr-xr-xwww/js/DataModel.js4
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';