From 07a0c77c39c2813748c276750083fed9ad9c0bb8 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Fri, 13 Nov 2015 15:45:33 -0500 Subject: #82 - added code to make it work with push mode - requires upgrade to event server Former-commit-id: 5a3ffdcbe3c43dae25185604e7f47e7899d8f73a --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/app.js') 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, -- cgit v1.2.3