summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
authorSteelyard <email@jeroenkik.nl>2017-01-29 14:15:27 +0100
committerSteelyard <email@jeroenkik.nl>2017-01-29 14:15:27 +0100
commit4d4374126aba8f40f60fc9e6de4a4dc0c6a21494 (patch)
treec976ffb9da448ec528146eec275aaebe0bed9e03 /www/js/DataModel.js
parente4077ca91a4fae55e88c7afcc5b0f317f2065226 (diff)
Dutch added in datamodel and app
Diffstat (limited to 'www/js/DataModel.js')
-rwxr-xr-x[-rw-r--r--]www/js/DataModel.js12
1 files changed, 4 insertions, 8 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 382f1f36..77e5ae9a 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,6 @@ angular.module('zmApp.controllers')
'fastLogin': true,
'followTimeLine': false,
'timelineScale': -1,
- 'hideArchived': false,
};
@@ -965,13 +968,6 @@ angular.module('zmApp.controllers')
}
- if (typeof loginData.hideArchived == 'undefined')
- {
-
- loginData.hideArchived = false;
-
- }
-
log("DataModel init recovered this loginData as " + JSON.stringify(loginData));
}
else