Make sure the conference isn't refresh after we invite new people.

This commit is contained in:
yanas 2014-05-27 18:38:42 +02:00
parent a89b8711f8
commit 3810aed345
1 changed files with 1 additions and 2 deletions

3
app.js
View File

@ -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');
}
/**