summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/DataModel.js')
-rw-r--r--www/js/DataModel.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index ea8bd9b2..acda8119 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -2842,7 +2842,8 @@ angular.module('zmApp.controllers')
debug("Logging out using API method");
$http.get(loginData.apiurl + '/host/logout.json', {
- timeout: 7000
+ timeout: 7000,
+ transformResponse: undefined
})
.then(function (s) {
debug("Logout returned... ");