diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-12-12 17:51:16 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-12-12 17:51:16 -0500 |
| commit | 5e3f60dd8f9f8b33af75689173704e8be1a0e4ab (patch) | |
| tree | af6c25332ec36e4cda8a957bf2761ae9fe1d2fc2 /www | |
| parent | 2dcd703d09c4f771f79496b1f9b0332a792cb359 (diff) | |
#112 - not sure but lets see
Former-commit-id: 6eb101d0809e2f0a82bdfa435526a11c3744e89b
Diffstat (limited to 'www')
| -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 |
