mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
Don't lower-case document title
This commit is contained in:
parent
8c88527f15
commit
ba38160430
@ -18,7 +18,7 @@ define(
|
|||||||
},
|
},
|
||||||
|
|
||||||
setTitle: function (title) {
|
setTitle: function (title) {
|
||||||
title = title.toLocaleLowerCase();
|
title = title;
|
||||||
if (title === 'Sonarr') {
|
if (title === 'Sonarr') {
|
||||||
document.title = 'Sonarr';
|
document.title = 'Sonarr';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user