stricter test for 0
This commit is contained in:
parent
004dd73c5e
commit
506e065f23
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ var UserList = {
|
|||
}
|
||||
}
|
||||
tr.find('td.storageLocation').text(storageLocation);
|
||||
if(lastLogin == 0) {
|
||||
if(lastLogin === 0) {
|
||||
lastLogin = t('settings', 'never');
|
||||
} else {
|
||||
lastLogin = new Date(lastLogin);
|
||||
|
|
Loading…
Reference in a new issue