mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 06:20:30 +02:00
Update wakatime.js
Some checks failed
Deploy static content to Pages / deploy (push) Failing after 4s
Some checks failed
Deploy static content to Pages / deploy (push) Failing after 4s
This commit is contained in:
parent
88c2681fce
commit
8840c1bd30
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ export async function fetchWakatime(targetId) {
|
|||
const chartSummary = document.createElement("summary");
|
||||
chartSummary.innerText = "Chart";
|
||||
chartSummary.classList.add("tooltip");
|
||||
chartSummary.setAttribute("data-tooltip", "Miscellaneous Coding Info");
|
||||
chartSummary.setAttribute("data-tooltip", "Language Chart");
|
||||
chartDetails.appendChild(chartSummary);
|
||||
chartDetails.style.marginTop = "15px";
|
||||
target.appendChild(chartDetails);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue