Explorar el Código

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

j8
yanas hace 11 años
padre
commit
3810aed345
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1
    2
      app.js

+ 1
- 2
app.js Ver fichero

@@ -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…
Cancelar
Guardar