1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-16 22:34:39 -05:00
This commit is contained in:
Ashley 2023-11-29 15:59:58 +00:00
parent dc015f3987
commit a1387cd434

View file

@ -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");
}
}