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.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 3b465400..8def429f 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -150,7 +150,6 @@ angular.module('zmApp.controllers')
'language': 'en',
'reachability': true,
'forceImageModePath': false,
- 'disableNative': false,
'vibrateOnPush': true,
'soundOnPush': true,
'cycleMonitors': false,
@@ -1214,11 +1213,7 @@ angular.module('zmApp.controllers')
}
- if (typeof loginData.disableNative == 'undefined') {
- debug("disableNative not found, setting to false");
- loginData.disableNative = false;
-
- }
+
if (typeof loginData.vibrateOnPush == 'undefined') {
debug("vibrate on push not found, setting to true");