mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
removed title region,
started adding support for a global tool bar.
This commit is contained in:
@@ -72,7 +72,7 @@ define(['app', 'Shared/ModalRegion', 'AddSeries/AddSeriesLayout',
|
||||
},
|
||||
|
||||
_setTitle: function (title) {
|
||||
$('#title-region').html(title);
|
||||
//$('#title-region').html(title);
|
||||
|
||||
if (title.toLocaleLowerCase() === 'nzbdrone') {
|
||||
window.document.title = 'NzbDrone';
|
||||
|
Reference in New Issue
Block a user