diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-14 20:06:49 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-14 20:06:49 -0400 |
| commit | 278f35e9a8b87e6db47b417332f88031bd2de9e0 (patch) | |
| tree | bacdb7bf1fa08b9aec1b2b99925ad1fca9af3667 /www/js | |
| parent | d55f2ca3dbe8618414aada751a703adcc75b100f (diff) | |
remove native transitions
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/DataModel.js | 7 |
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"); |
