mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix for ACT 1812: Skype API returns internationalised text unless told not to
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8459 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -114,7 +114,7 @@ var ProjectPresence =
|
||||
switch(provider)
|
||||
{
|
||||
case "skype":
|
||||
statusURL = "http://mystatus.skype.com/" + username + ".txt";
|
||||
statusURL = "http://mystatus.skype.com/" + username + ".txt.en";
|
||||
break;
|
||||
case "yahoo":
|
||||
statusURL = "http://opi.yahoo.com/online?u=" + username + "&m=t&t=1";
|
||||
|
Reference in New Issue
Block a user