From dee2ad4192126f82a7afbe1974b4470b0d0218af Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 30 Apr 2018 09:17:42 -0400 Subject: mask out new auth for now till its ready --- www/js/DataModel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/DataModel.js') 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'; -- cgit v1.2.3