summaryrefslogtreecommitdiff
path: root/www/js/LoginCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-08-27 17:56:26 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-08-27 17:56:26 -0400
commita4033264aa4ec0827305ba36593bd337a401a320 (patch)
tree89744b51ce6528697cfde4923d19e20542eccba9 /www/js/LoginCtrl.js
parentd0992468cf3cd898e5c459b1cdec9ad3ddfece8b (diff)
#312 and #314 - address both I hope. Need to test on iOS
Former-commit-id: cea654de48f8ffcca80a307a7b48f471df345ca7
Diffstat (limited to 'www/js/LoginCtrl.js')
-rw-r--r--www/js/LoginCtrl.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js
index a4dd1b32..439b9f56 100644
--- a/www/js/LoginCtrl.js
+++ b/www/js/LoginCtrl.js
@@ -526,7 +526,7 @@ angular.module('zmApp.controllers').controller('zmApp.LoginCtrl', ['$scope', '$r
platform: $rootScope.platformOS,
token: $rootScope.apnsToken,
state: "disabled"
- });
+ },1);
}
}
@@ -542,7 +542,7 @@ angular.module('zmApp.controllers').controller('zmApp.LoginCtrl', ['$scope', '$r
platform: $rootScope.platformOS,
token: $rootScope.apnsToken,
state: "enabled"
- });
+ },1);
}
EventServer.sendMessage("control", {
type: 'filter',