diff options
Diffstat (limited to 'www/js/app.js')
| -rw-r--r-- | www/js/app.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js index dcc80ae6..d65e6d33 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -208,6 +208,7 @@ angular.module('zmApp', [ 'request': function (config) { + /* - we don't need this with electron if ($rootScope.platformOS == "desktop") { var zmD = $injector.get('ZMDataModel'); @@ -226,7 +227,7 @@ angular.module('zmApp', [ } - + */ // config.withCredentials = true; if (zmCookie) { |
