diff options
Diffstat (limited to 'www/js/DataModel.js')
| -rw-r--r-- | www/js/DataModel.js | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 4c8be1a7..8786b56e 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -107,7 +107,7 @@ angular.module('zmApp.controllers') 'montageOrder': '', 'montageHiddenOrder': '', 'montageArraySize': '0', - + 'showMontageSubMenu': false, 'graphSize': 2000, 'enableAlarmCount': true, 'minAlarmCount': 1, @@ -911,6 +911,14 @@ angular.module('zmApp.controllers') } + + if (typeof loginData.showMontageSubMenu == 'undefined') + { + + loginData.showMontageSubMenu = false; + + } + if (typeof loginData.monSingleImageQuality == 'undefined') { |
