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:
Mike Hatfield
2008-03-07 11:24:37 +00:00
parent 797652add5
commit a1cfeac9f5

View File

@@ -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";