From a4033264aa4ec0827305ba36593bd337a401a320 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 27 Aug 2016 17:56:26 -0400 Subject: #312 and #314 - address both I hope. Need to test on iOS Former-commit-id: cea654de48f8ffcca80a307a7b48f471df345ca7 --- www/js/LoginCtrl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/LoginCtrl.js') 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', -- cgit v1.2.3