Small changes

This commit is contained in:
RainLoop Team 2014-05-27 20:00:22 +04:00
parent 919fd19f8f
commit c6a9563d81
6 changed files with 46 additions and 13 deletions

View file

@ -247,6 +247,16 @@ LinkBuilder.prototype.emptyContactPic = function ()
return 'rainloop/v/' + this.sVersion + '/static/css/images/empty-contact.png';
};
/**
* @return {string}
*/
LinkBuilder.prototype.emptyFullContactPic = function ()
{
return window.location.protocol + '//' + window.location.hostname +
('80' === '' + window.location.port || '' === '' + window.location.port ? '' : ':' + window.location.port) + window.location.pathname +
'rainloop/v/' + this.sVersion + '/static/css/images/empty-contact.png';
};
/**
* @param {string} sFileName
* @return {string}