From ea36aeec98e16f2a810be5bc7a170e75298178a9 Mon Sep 17 00:00:00 2001 From: Schnitzel Date: Thu, 18 Feb 2021 19:08:41 +0100 Subject: [PATCH] More derps --- _includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/header.html b/_includes/header.html index 528bdbc..f998d40 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -36,7 +36,7 @@ if (data.connected_users > 0) { $("#status_open").css("display", "block"); $("#status_bar").css("borderColor", "#29A900"); - document.getElementById("mumble_users_online").text_content=data.connected_users; + document.getElementById("mumble_users_online").textContent=data.connected_users; } else { $("#status_closed").css("display", "block"); $("#status_bar").css("borderColor", "#D9534F");