mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
lowercase page title of sub pages
This commit is contained in:
parent
ae97af6bb6
commit
2be35dfc37
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ define(
|
|||
},
|
||||
|
||||
setTitle: function (title) {
|
||||
if (title.toLocaleLowerCase() === 'nzbdrone') {
|
||||
title = title.toLocaleLowerCase();
|
||||
if (title === 'nzbdrone') {
|
||||
document.title = 'nzbdrone';
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue