Use Zotero.appName in window title
This commit is contained in:
parent
91fec9024c
commit
6405997723
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ var Zotero_Tabs = new function () {
|
|||
iconBackgroundImage: tab.iconBackgroundImage
|
||||
})));
|
||||
var { tab } = this._getTab(this._selectedID);
|
||||
document.title = (tab.title.length ? tab.title + ' - ' : '') + 'Zotero';
|
||||
document.title = (tab.title.length ? tab.title + ' - ' : '') + Zotero.appName;
|
||||
this._updateTabBar();
|
||||
// Hide any tab `title` tooltips that might be open
|
||||
window.Zotero_Tooltip.stop();
|
||||
|
|
Loading…
Add table
Reference in a new issue