Bläddra i källkod

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

j8
yanas 11 år sedan
förälder
incheckning
3810aed345
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1
    2
      app.js

+ 1
- 2
app.js Visa fil

@@ -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
 /**

Laddar…
Avbryt
Spara