diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-19 10:40:28 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-19 10:40:28 -0400 |
| commit | 8354293f8fa4dfaa32205a6059b1c3147b8d2b5f (patch) | |
| tree | b8e83a56c0d9a07d6550c01a9cf2dab6deb8a0e1 /www/js | |
| parent | 0fe195c9272757b49109a92da69038292ba1c5cc (diff) | |
minimum event server version
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js index a79a6bf2..4a49a999 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -30,6 +30,7 @@ angular.module('zmApp', [ .constant('zm', { minAppVersion: '1.28.107', // if ZM is less than this, the app won't work + minEventServerVersion: '0.2', httpTimeout: 15000, largeHttpTimeout: 60000, logFile: 'zmNinjaLog.txt', |
