summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/DataModel.js')
-rwxr-xr-xwww/js/DataModel.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 2a4ac72f..1c74255b 100755
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -171,7 +171,7 @@ angular.module('zmApp.controllers')
'reloadInMontage': false,
'momentGridSize': 40,
'momentMonitorFilter': [],
- 'enableMomentSubMenu': false,
+ 'enableMomentSubMenu': true,
};
@@ -1030,7 +1030,7 @@ angular.module('zmApp.controllers')
if (typeof loginData.enableMomentSubMenu == 'undefined') {
- loginData.enableMomentSubMenu = false;
+ loginData.enableMomentSubMenu = true;
}