Browse Source

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

j8
yanas 11 years ago
parent
commit
3810aed345
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      app.js

+ 1
- 2
app.js View File

@@ -1341,8 +1341,7 @@ function inviteParticipants() {
1341 1341
     if (window.localStorage.displayname)
1342 1342
         body += "%0D%0A%0D%0A" + window.localStorage.displayname;
1343 1343
 
1344
-    window.location.href
1345
-        = "mailto:?subject=" + subject + "&body=" + body;
1344
+    window.open("mailto:?subject=" + subject + "&body=" + body, '_blank');
1346 1345
 }
1347 1346
 
1348 1347
 /**

Loading…
Cancel
Save