mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-07 18:23:04 +00:00
removed explicit birth date
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
const element = document.getElementById("time-alive");
|
||||
if (element) {
|
||||
element.innerText = `${years}y or ${milliseconds}ms (${birthDate.toDateString()})`;
|
||||
element.innerText = `${years}y or ${milliseconds}ms`;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user