diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-13 15:45:33 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-13 15:45:33 -0500 |
| commit | 07a0c77c39c2813748c276750083fed9ad9c0bb8 (patch) | |
| tree | 54c745858628e626e0466256f67f62844f463a05 /www/js/app.js | |
| parent | 6e91a956d4d069f15385663ca5e21dc6d391fc88 (diff) | |
#82 - added code to make it work with push mode - requires upgrade to event server
Former-commit-id: 5a3ffdcbe3c43dae25185604e7f47e7899d8f73a
Diffstat (limited to 'www/js/app.js')
| -rw-r--r-- | www/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js index 8cb5e869..b51578a0 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -33,7 +33,7 @@ angular.module('zmApp', [ .constant('zm', { minAppVersion: '1.28.107', // if ZM is less than this, the app won't work - minEventServerVersion: '0.4', + minEventServerVersion: '0.5', alarmFlashTimer:20000, // time to flash alarm gcmSenderId:'710936220256', httpTimeout: 15000, |
