mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-09 22:54:18 +08: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
Reference in a new issue