diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-06 15:17:11 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-06 15:17:11 -0500 |
| commit | 1a57bffce7252be73589f503db9ae8151ecc4f19 (patch) | |
| tree | 89fa33ecbf2f2e7c6c7265b414eb0ec1653aac0b /www/js/app.js | |
| parent | 5fb80a77f297883690c3eb0258a440ea1722fc07 (diff) | |
support for electron desktop apps
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) { |
