Update scripts/communityScripts/chat/FloofChat.html

Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
kasenvr 2020-06-30 03:03:20 -04:00 committed by GitHub
parent c289434f01
commit 555dd8fe98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {