Make sure the conference isn't refresh after we invite new people.
This commit is contained in:
parent
a89b8711f8
commit
3810aed345
3
app.js
3
app.js
|
@ -1341,8 +1341,7 @@ function inviteParticipants() {
|
|||
if (window.localStorage.displayname)
|
||||
body += "%0D%0A%0D%0A" + window.localStorage.displayname;
|
||||
|
||||
window.location.href
|
||||
= "mailto:?subject=" + subject + "&body=" + body;
|
||||
window.open("mailto:?subject=" + subject + "&body=" + body, '_blank');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue