Explorar el Código

Increases default size of authentication popup.

master
paweldomas hace 11 años
padre
commit
f1cb3af345
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app.js

+ 1
- 1
app.js Ver fichero

@@ -905,7 +905,7 @@ function authenticateClicked() {
905 905
     Moderator.getAuthUrl(function (url) {
906 906
         // Open popup with authentication URL
907 907
         authenticationWindow = messageHandler.openCenteredPopup(
908
-            url, 500, 400,
908
+            url, 910, 660,
909 909
             function () {
910 910
                 // On popup closed - retry room allocation
911 911
                 Moderator.allocateConferenceFocus(

Loading…
Cancelar
Guardar