mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 12:28:51 +02:00
Update scripts/communityScripts/chat/FloofChat.html
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
parent
c289434f01
commit
555dd8fe98
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@
|
|||
}
|
||||
|
||||
function gotoExternalURL(url) {
|
||||
emitWebEvent({type: "CMD", cmd: "EXTERNALURL", url: url});
|
||||
emitWebEvent({ type: "CMD", cmd: "EXTERNALURL", url: url });
|
||||
}
|
||||
|
||||
function gotoClipboard(url) {
|
||||
|
|
Loading…
Reference in a new issue