Selaa lähdekoodia

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

j8
yanas 11 vuotta sitten
vanhempi
commit
3810aed345
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1
    2
      app.js

+ 1
- 2
app.js Näytä tiedosto

@@ -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…
Peruuta
Tallenna