From 1a57bffce7252be73589f503db9ae8151ecc4f19 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Fri, 6 Nov 2015 15:17:11 -0500 Subject: support for electron desktop apps --- www/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/js/app.js') 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) { -- cgit v1.2.3