diff options
| author | steelyard-nl <email@jeroenkik.nl> | 2017-02-01 09:00:27 +0100 |
|---|---|---|
| committer | steelyard-nl <email@jeroenkik.nl> | 2017-02-01 09:00:27 +0100 |
| commit | 80a66592e858481daac0e696ebe10306517fb90e (patch) | |
| tree | 1e2d708a974cc5a18e87e523d6a9ddd59dd8f283 /www/js/DataModel.js | |
| parent | 322009158f051c79ffae5e2dcaabf242bcaa369f (diff) | |
| parent | 1becce407771613d0815b0476b10a9741b55e306 (diff) | |
Merge remote-tracking branch 'refs/remotes/pliablepixels/master'
Diffstat (limited to 'www/js/DataModel.js')
| -rwxr-xr-x[-rw-r--r--] | www/js/DataModel.js | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 382f1f36..7c46c1d0 100644..100755 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -46,6 +46,10 @@ angular.module('zmApp.controllers') value: 'it' }, { + text: 'Nederlands', + value: 'nl' + }, + { text: 'Polski', value: 'pl' }, @@ -144,7 +148,7 @@ angular.module('zmApp.controllers') 'fastLogin': true, 'followTimeLine': false, 'timelineScale': -1, - 'hideArchived': false, + 'hideArchived': false }; @@ -958,6 +962,8 @@ angular.module('zmApp.controllers') } + + if (typeof loginData.monSingleImageQuality == 'undefined') { |
