summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@users.noreply.github.com>2017-01-30 11:15:14 +0530
committerGitHub <noreply@github.com>2017-01-30 11:15:14 +0530
commitf0a31c3818a01dd6d2cd24eb977c1d40b24fc9b0 (patch)
treeb5dd6211636ae41ff25f596007103a295c83a8db /www/js/DataModel.js
parent322009158f051c79ffae5e2dcaabf242bcaa369f (diff)
parent14091fafbdfaa1f231c66fda953b2ffcd04c380b (diff)
Merge pull request #435 from steelyard-nl/433-Adding-Dutch-Language-Files
433 adding dutch language files
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