Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord authored and actions-user committed Dec 12, 2024
1 parent 3bc921a commit 6229783
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webAO/master.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ export function setServ(ID: number) {
const onlineStr = server.online;
document.getElementById("serverdescription_content").innerHTML =
`<b>${onlineStr}</b><br>`;
document.getElementById("serverdescription_content").appendChild(document.createTextNode(server.description));
document
.getElementById("serverdescription_content")
.appendChild(document.createTextNode(server.description));
}
window.setServ = setServ;

Expand Down

0 comments on commit 6229783

Please sign in to comment.