mirror of https://github.com/Radarr/Radarr
updated page title to be lowercase
This commit is contained in:
parent
ac465a4f07
commit
c124e5dec9
|
@ -19,10 +19,10 @@ define(
|
|||
|
||||
setTitle: function (title) {
|
||||
if (title.toLocaleLowerCase() === 'nzbdrone') {
|
||||
document.title = 'NzbDrone';
|
||||
document.title = 'nzbdrone';
|
||||
}
|
||||
else {
|
||||
document.title = title + ' - NzbDrone';
|
||||
document.title = title + ' - nzbdrone';
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<title>NzbDrone</title>
|
||||
<title>nzbdrone</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
|
|
Loading…
Reference in New Issue