mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Don't lower-case document title
This commit is contained in:
parent
8c88527f15
commit
ba38160430
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue