diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-15 09:52:28 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-15 09:52:28 -0500 |
| commit | 3bcf3a5a98b5ea11de6160c8dfa524b5951784cd (patch) | |
| tree | 96e0b84c10f5646cfdec9ca7949199982c65caf9 /www/js/EventServerSettingsCtrl.js | |
| parent | 0e88c443661a43ac5d28ae9f97faa5adc521e270 (diff) | |
#83 - quashed Event Server bugs
Former-commit-id: 6afcca617c6e5ae0662fad0ec469ce0aa8b325ee
Diffstat (limited to 'www/js/EventServerSettingsCtrl.js')
| -rw-r--r-- | www/js/EventServerSettingsCtrl.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/js/EventServerSettingsCtrl.js b/www/js/EventServerSettingsCtrl.js index d061964b..67654dff 100644 --- a/www/js/EventServerSettingsCtrl.js +++ b/www/js/EventServerSettingsCtrl.js @@ -153,15 +153,15 @@ angular.module('zmApp.controllers').controller('zmApp.EventServerSettingsCtrl', $scope.loginData.disablePush = ($scope.check.disablePush) ? "1" : "0"; ZMDataModel.setLogin($scope.loginData); - console.log("**** EVENT MONSTRING " + monstring); - console.log("**** EVENT INTERVALSTRING " + intervalstring); + //console.log("**** EVENT MONSTRING " + monstring); + //console.log("**** EVENT INTERVALSTRING " + intervalstring); var pushstate = "enabled"; if ($scope.loginData.disablePush == "1") pushstate = "disabled"; - if ($scope.loginData.isUseEventServer) { + if ($scope.loginData.isUseEventServer=="1") { EventServer.init() .then(function (data) { console.log("Sending control filter"); |
