mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:28:35 +01:00
yeah lol
This commit is contained in:
parent
dc015f3987
commit
a1387cd434
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ replaceRecursively(document.body, new RegExp("poketube", "gi"), replaceText);
|
|||
|
||||
function replaceTitle() {
|
||||
if (window.location.pathname === "/watch") {
|
||||
document.title = document.title.replace(/PokeTube/g, " Watch");
|
||||
document.title = document.title.replace(/Poke/g, " Watch");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue