Updated: ckeditor

This commit is contained in:
RainLoop Team 2015-10-14 21:28:58 +03:00
parent 7b5d00ff01
commit 52dcd44036
266 changed files with 4500 additions and 12312 deletions

View file

@ -143,7 +143,8 @@
SettingsUserScreen.prototype.setSettingsTitle = function ()
{
require('App/User').setWindowTitle(this.sSettingsTitle);
var sEmail = AccountStore.email();
require('App/User').setWindowTitle(('' === sEmail ? '' : sEmail + ' - ') + this.sSettingsTitle);
};
module.exports = SettingsUserScreen;