diff options
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') { |
