Increases default size of authentication popup.

pull/220/head
paweldomas 11 years ago
parent 427dc093cc
commit f1cb3af345
  1. 2
      app.js

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

Loading…
Cancel
Save