mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 17:56:16 +01:00
css fix
This commit is contained in:
@@ -347,7 +347,11 @@ var express = require('express'),
|
||||
if(data)
|
||||
{
|
||||
data.joindate = utils.relativeTime(data.joindate);
|
||||
data.age = new Date().getFullYear() - new Date(data.birthday).getFullYear();;
|
||||
data.age = new Date().getFullYear() - new Date(data.birthday).getFullYear();
|
||||
|
||||
console.log(data.birthday);
|
||||
console.log(new Date(data.birthday).getFullYear());
|
||||
|
||||
data.uid = uid;
|
||||
|
||||
callback({
|
||||
|
||||
Reference in New Issue
Block a user