diff --git a/scripts/communityScripts/chat/FloofChat.js b/scripts/communityScripts/chat/FloofChat.js index 2d8094d83e..1208a36e5f 100644 --- a/scripts/communityScripts/chat/FloofChat.js +++ b/scripts/communityScripts/chat/FloofChat.js @@ -322,7 +322,7 @@ function onWebEventReceived(event) { gotoConfirm(event.url); } if (event.cmd === "URL") { - About.openUrl(event.url); + Window.openWebBrowser(event.url); } if (event.cmd === "EXTERNALURL") { Window.openUrl(event.url);