Style rework #35
1 changed files with 2 additions and 2 deletions
|
@ -9,6 +9,6 @@ window.addEventListener("load", () => {
|
|||
"1312",
|
||||
];
|
||||
|
||||
let tagElement = document.getElementById("subname");
|
||||
tagElement.textContent = tags[Math.round(Math.random() * (tags.length - 1))];
|
||||
document.getElementById("subname").textContent =
|
||||
tags[Math.round(Math.random() * (tags.length - 1))];
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue