diff options
Diffstat (limited to 'www/js/EventServerSettingsCtrl.js')
| -rw-r--r-- | www/js/EventServerSettingsCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventServerSettingsCtrl.js b/www/js/EventServerSettingsCtrl.js index c3971ccb..69326a23 100644 --- a/www/js/EventServerSettingsCtrl.js +++ b/www/js/EventServerSettingsCtrl.js @@ -173,7 +173,7 @@ angular.module('zmApp.controllers').controller('zmApp.EventServerSettingsCtrl', type: 'filter', monlist: monstring, intlist: intervalstring - }); + },1); if ($rootScope.apnsToken !="") // if its defined then this is post init work |
