mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-25 13:26:26 +00:00
Simplify invite message
This commit is contained in:
parent
d46b8f24b5
commit
164c33f893
@ -53,7 +53,7 @@ $(function() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$('textarea.share-text').val("Let's chat on darkwire.io at https://darkwire.io" + roomId);
|
$('textarea.share-text').val("https://darkwire.io" + roomId);
|
||||||
|
|
||||||
$('textarea.share-text').click(function() {
|
$('textarea.share-text').click(function() {
|
||||||
$(this).focus();
|
$(this).focus();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user