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

pull/76/head
yanas 11 years ago
parent a89b8711f8
commit 3810aed345
  1. 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…
Cancel
Save