mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Small changes
This commit is contained in:
parent
919fd19f8f
commit
c6a9563d81
6 changed files with 46 additions and 13 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue