diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-12-17 15:14:36 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-12-17 15:14:36 -0500 |
| commit | da369917758656fc60b189eac0497dfcaf37f156 (patch) | |
| tree | c29a6d4ef68d4b08e78e67ae757a305fea762bfb | |
| parent | f0a6ae192f516e0a100bbd857b36c022e6f88175 (diff) | |
nits
Former-commit-id: fa75f616b91405e8fc05d98b5da3e00f3fed1ae5
| -rw-r--r-- | www/js/DataModel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index ddbc65cb..497cc4b5 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -45,7 +45,7 @@ angular.module('zmApp.controllers') 'disablePush':false, // true if only websocket mode is desired 'eventServerMonitors':'', // list of monitors to notify from ES 'eventServerInterval':'', // list of intervals for all monitors - 'refreshSec':"2", // timer value for frame change in sec + 'refreshSec':'2', // timer value for frame change in sec 'enableDebug':false, // if enabled with log messages with "debug" 'usePin':false, 'pinCode':'', |
