mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 06:57:03 +03:00
Add Korean language
This commit is contained in:
parent
8a7f25bcf4
commit
832894716c
11 changed files with 421 additions and 16 deletions
|
|
@ -6569,10 +6569,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