Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/c124e5dec917542d9c0ff56903e6aece57a4db34 You should set ROOT_URL correctly, otherwise the web may not work correctly.

updated page title to be lowercase

pull/4/head
Keivan Beigi 11 years ago
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…
Cancel
Save