Update NzbDroneController.js

This commit is contained in:
delphiactual 2014-11-14 13:35:56 -07:00
parent 4f48e16719
commit b36b38ad78
1 changed files with 3 additions and 3 deletions

View File

@ -19,11 +19,11 @@ define(
setTitle: function (title) {
title = title.toLocaleLowerCase();
if (title === 'sonarr') {
document.title = 'sonarr';
if (title === 'Sonarr') {
document.title = 'Sonarr';
}
else {
document.title = title + ' - sonarr';
document.title = title + ' - Sonarr';
}
if(window.NzbDrone.Analytics && window.Piwik){