mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 06:29:30 +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) {
|
function gotoExternalURL(url) {
|
||||||
emitWebEvent({type: "CMD", cmd: "EXTERNALURL", url: url});
|
emitWebEvent({ type: "CMD", cmd: "EXTERNALURL", url: url });
|
||||||
}
|
}
|
||||||
|
|
||||||
function gotoClipboard(url) {
|
function gotoClipboard(url) {
|
||||||
|
|
Loading…
Reference in a new issue