Merge branch 'master' into modify-chat-to-use-consolidated-users

This commit is contained in:
Richard Alam 2012-10-12 19:06:19 +00:00
commit f6b16f678c

View File

@ -231,7 +231,7 @@
try
{
var htmlURL:String = String(ExternalInterface.call("window.location.href.toString"));
serverName = URLUtil.getServerNameWithPort(htmlURL);
serverName = URLUtil.getServerName(htmlURL);
// Alert.show("HTML URL [" + htmlURL + "]");
}
catch(s:Error)