From 278f35e9a8b87e6db47b417332f88031bd2de9e0 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 14 Oct 2018 20:06:49 -0400 Subject: remove native transitions --- www/js/DataModel.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'www/js') 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"); -- cgit v1.2.3