mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-09 17:04:30 +08:00
setting title to localhost on localhost
This commit is contained in:
parent
d303b8ea11
commit
ffba26a4ae
1 changed files with 1 additions and 0 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue