mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-24 05:00:17 +00:00
Simplify invite message
This commit is contained in:
parent
d46b8f24b5
commit
164c33f893
@ -53,7 +53,7 @@ $(function() {
|
||||
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() {
|
||||
$(this).focus();
|
||||
|
Loading…
x
Reference in New Issue
Block a user