mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 06:28:28 +03:00
set Title function simple fix
This commit is contained in:
parent
0f7ebc084a
commit
8a7f25bcf4
1 changed files with 1 additions and 3 deletions
|
|
@ -145,10 +145,8 @@ AbstractApp.prototype.setTitle = function (sTitle)
|
|||
sTitle = ((0 < sTitle.length) ? sTitle + ' - ' : '') +
|
||||
RL.settingsGet('Title') || '';
|
||||
|
||||
window.document.title = '_';
|
||||
window.document.title = sTitle;
|
||||
_.delay(function () {
|
||||
window.document.title = sTitle;
|
||||
}, 5);
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue