mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 06:20:30 +02:00
This commit is contained in:
parent
4f131ff333
commit
b96f03f86f
5 changed files with 19 additions and 3 deletions
|
@ -255,6 +255,8 @@ export async function fetchWakatime(targetId) {
|
|||
|
||||
const registered = data.data.start;
|
||||
document.getElementById("stats_since").innerText = `Registered on ${registered.slice(0, 10).replace(/-/g, "/")}`;
|
||||
document.getElementById("stats_since").classList.add("tooltip");
|
||||
document.getElementById("stats_since").setAttribute("data-tooltip", "In YYYY/MM/DD");
|
||||
|
||||
const chartDetails = document.createElement("details");
|
||||
const chartSummary = document.createElement("summary");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue