mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-30 15:32:31 +01:00
lowercase page title of sub pages
This commit is contained in:
parent
ae97af6bb6
commit
2be35dfc37
@ -18,7 +18,8 @@ define(
|
||||
},
|
||||
|
||||
setTitle: function (title) {
|
||||
if (title.toLocaleLowerCase() === 'nzbdrone') {
|
||||
title = title.toLocaleLowerCase();
|
||||
if (title === 'nzbdrone') {
|
||||
document.title = 'nzbdrone';
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user