summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-10-14 20:11:31 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-10-14 20:11:31 -0400
commitb97062c392ad91f186cc9c9e88e350478446b034 (patch)
tree0fc396a5b93b2bb4b7c18acf6b9a8c42efd2eeec
parent2b32c5887eb8322c33a2997785e25a4dc858e149 (diff)
#710 cleanup
-rw-r--r--www/js/DataModel.js7
-rwxr-xr-xwww/js/app.js9
-rw-r--r--www/templates/devoptions.html10
3 files changed, 2 insertions, 24 deletions
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 @@
</ion-toggle>
</label>
- <!--
- <label>
- <ion-toggle ng-model="loginData.enableGIFMP4" toggle-class="toggle-calm">
- <span class="item-text-wrap">{{'kEnableGIFMP4' | translate}}
- </span>
- </ion-toggle>
- </label>
- -->
-
+
<label>
<ion-toggle ng-model="loginData.enableThumbs" toggle-class="toggle-calm">
<span class="item-text-wrap">{{'kEnableThumbs' | translate}}