This commit is contained in:
parent
bf7f85e777
commit
7db7aa1536
1 changed files with 2 additions and 2 deletions
|
@ -9,6 +9,6 @@ window.addEventListener("load", () => {
|
||||||
"1312",
|
"1312",
|
||||||
];
|
];
|
||||||
|
|
||||||
let tagElement = document.getElementById("subname");
|
document.getElementById("subname").textContent =
|
||||||
tagElement.textContent = tags[Math.round(Math.random() * (tags.length - 1))];
|
tags[Math.round(Math.random() * (tags.length - 1))];
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue