mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 01:01:34 +02:00
lowercase page title of sub pages
This commit is contained in:
@@ -18,7 +18,8 @@ define(
|
||||
},
|
||||
|
||||
setTitle: function (title) {
|
||||
if (title.toLocaleLowerCase() === 'nzbdrone') {
|
||||
title = title.toLocaleLowerCase();
|
||||
if (title === 'nzbdrone') {
|
||||
document.title = 'nzbdrone';
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user