Merge branch 'master' into modify-chat-to-use-consolidated-users
This commit is contained in:
commit
f6b16f678c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user