summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/DataModel.js')
-rw-r--r--www/js/DataModel.js11
1 files changed, 10 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index fc0e01ff..78135987 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -182,7 +182,8 @@ angular.module('zmApp.controllers')
'loginAPISupported': false,
'montageResizeSteps': 5,
'currentServerVersion': '',
- 'saveToCloud': true
+ 'saveToCloud': true,
+ 'montageReviewCollapse': true,
};
@@ -1421,6 +1422,14 @@ angular.module('zmApp.controllers')
}
+
+
+ if (typeof loginData.montageReviewCollapse == 'undefined') {
+
+ loginData.montageReviewCollapse = true;
+
+ }
+
loginData.canSwipeMonitors = true;
loginData.forceImageModePath = false;