diff --git a/Iceshrimp.Backend/wwwroot/js/queue-index.js b/Iceshrimp.Backend/wwwroot/js/queue-index.js index 7802659a..17a7b2f3 100644 --- a/Iceshrimp.Backend/wwwroot/js/queue-index.js +++ b/Iceshrimp.Backend/wwwroot/js/queue-index.js @@ -4,7 +4,7 @@ let initial = true; async function reloadTables() { if (document.hidden) { - setStatus("Disconnected.", "status-failed"); + setStatus("Disconnected", "status-failed"); if (interval == null) return; clearInterval(interval); interval = null;