diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-14 20:11:31 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-14 20:11:31 -0400 |
| commit | b97062c392ad91f186cc9c9e88e350478446b034 (patch) | |
| tree | 0fc396a5b93b2bb4b7c18acf6b9a8c42efd2eeec /www/js | |
| parent | 2b32c5887eb8322c33a2997785e25a4dc858e149 (diff) | |
#710 cleanup
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/DataModel.js | 7 | ||||
| -rwxr-xr-x | www/js/app.js | 9 |
2 files changed, 1 insertions, 15 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 |
