embed document, fixes #2960
This commit is contained in:
parent
43370c5388
commit
1905f6843b
3 changed files with 17 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ pandora.ui.document = function() {
|
|||
item = result.data;
|
||||
var documentTitle = pandora.getWindowTitle(item);
|
||||
document.title = pandora.getPageTitle(document.location.pathname) || documentTitle;
|
||||
pandora.$ui.itemTitle
|
||||
pandora.$ui.itemTitle && pandora.$ui.itemTitle
|
||||
.options({title: '<b>' + (pandora.getDocumentTitle(item)) + '</b>'})
|
||||
.show();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue