Call the correct function in getBetterUrl

This commit is contained in:
Les De Ridder 2016-05-26 01:31:22 +02:00
parent e57982ce70
commit e52c2cb8ac
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ function getBetterUrl(url, callback) {
makerequest("jpg");
};
pageRequest.send();
} else if(isTwitterUrl(url)) {
} else if(isSkypeUrl(url)) {
url = url.substr(0, url.lastIndexOf('/'));
url = url + '/imgpsh_fullsize';