From b97062c392ad91f186cc9c9e88e350478446b034 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 14 Oct 2018 20:11:31 -0400 Subject: #710 cleanup --- www/js/DataModel.js | 7 +------ www/js/app.js | 9 --------- www/templates/devoptions.html | 10 +--------- 3 files changed, 2 insertions(+), 24 deletions(-) (limited to 'www') diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 8def429f..575ad982 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -165,7 +165,6 @@ angular.module('zmApp.controllers') 'timelineScale': -1, 'hideArchived': false, 'videoPlaybackSpeed': 2, - 'enableGIFMP4': false, 'enableThumbs': true, 'enableStrictSSL': false, 'enableSlowLoading': false, @@ -1349,11 +1348,7 @@ angular.module('zmApp.controllers') } - if (typeof loginData.enableGIFMP4 == 'undefined') { - - loginData.enableGIFMP4 = false; - - } + if (typeof loginData.enableThumbs == 'undefined') { diff --git a/www/js/app.js b/www/js/app.js index 5935ee0d..da87b821 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -2026,15 +2026,6 @@ angular.module('zmApp', [ }); } - // console.log("file logger"); - - /*if (NVRDataModel.getLogin().disableNative) { - NVRDataModel.log("Disabling native transitions..."); - $ionicNativeTransitions.enable(false); - } else { - NVRDataModel.log("Enabling native transitions..."); - $ionicNativeTransitions.enable(true); - }*/ // At this stage, DataModel.init is not called yet // but I do need to know the language diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html index e693301f..77608027 100644 --- a/www/templates/devoptions.html +++ b/www/templates/devoptions.html @@ -142,15 +142,7 @@ - - +