Skip to content

Commit

Permalink
emoji to computer
Browse files Browse the repository at this point in the history
  • Loading branch information
windows11 committed Nov 24, 2021
1 parent cbbd71d commit 0834ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/js/serverstatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ function uptime() {
TableRow.children["ping"].children[0].children[0].className = "progress-bar progress-bar-warning";
else
TableRow.children["ping"].children[0].children[0].className = "progress-bar progress-bar-success";
TableRow.children["ping"].children[0].children[0].innerHTML = PING_10010 + "%🌍" + PING_189 + "%🌍" + PING_10086 + "%";
TableRow.children["ping"].children[0].children[0].innerHTML = PING_10010 + "%💻" + PING_189 + "%💻" + PING_10086 + "%";

// Custom
if (result.servers[i].custom) {
Expand Down

0 comments on commit 0834ff1

Please sign in to comment.