From ffba26a4ae11c54023e4375ac09ecbb08a83f097 Mon Sep 17 00:00:00 2001 From: Miodec Date: Mon, 16 Jan 2023 22:19:38 +0100 Subject: [PATCH] setting title to localhost on localhost --- frontend/src/ts/ready.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/ts/ready.ts b/frontend/src/ts/ready.ts index c8ce47fb2..adf7d7363 100644 --- a/frontend/src/ts/ready.ts +++ b/frontend/src/ts/ready.ts @@ -16,6 +16,7 @@ ManualRestart.set(); UpdateConfig.loadFromLocalStorage(); if (window.location.hostname === "localhost") { + $("head title").text("localhost"); $("#bottom .version .text").text("localhost"); $("#bottom #versionGroup").removeClass("hidden"); $("body").prepend(