From d5138c21c4e988c689028f20dfe453ff6458e16d Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Mon, 22 Jul 2024 22:14:35 +0200 Subject: [PATCH] [backend/razor] Fix typo --- Iceshrimp.Backend/wwwroot/js/queue-index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;