fixes #1958 - Title does not reset on home browse (Web Interface)
This commit is contained in:
@@ -591,16 +591,6 @@ var Dashboard = {
|
||||
}
|
||||
},
|
||||
|
||||
setPageTitle: function (title, documentTitle) {
|
||||
|
||||
LibraryMenu.setTitle(title || 'Emby');
|
||||
|
||||
documentTitle = documentTitle || title;
|
||||
if (documentTitle) {
|
||||
document.title = documentTitle;
|
||||
}
|
||||
},
|
||||
|
||||
getSupportedRemoteCommands: function () {
|
||||
|
||||
// Full list
|
||||
@@ -966,8 +956,6 @@ var AppInfo = {};
|
||||
|
||||
AppInfo.hasPhysicalVolumeButtons = isCordova || browserInfo.mobile;
|
||||
|
||||
AppInfo.enableBackButton = isIOS && (window.navigator.standalone || AppInfo.isNativeApp);
|
||||
|
||||
if (isCordova && isIOS) {
|
||||
AppInfo.moreIcon = 'more-horiz';
|
||||
} else {
|
||||
@@ -2111,7 +2099,8 @@ var AppInfo = {};
|
||||
dependencies: [],
|
||||
autoFocus: false,
|
||||
controller: 'scripts/indexpage',
|
||||
transition: 'fade'
|
||||
transition: 'fade',
|
||||
type: 'home'
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
|
||||
Reference in New Issue
Block a user