summaryrefslogtreecommitdiffstats
path: root/projecttemplates/WebFormsRelyingParty/scripts/LoginLink.js
diff options
context:
space:
mode:
Diffstat (limited to 'projecttemplates/WebFormsRelyingParty/scripts/LoginLink.js')
-rw-r--r--projecttemplates/WebFormsRelyingParty/scripts/LoginLink.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/projecttemplates/WebFormsRelyingParty/scripts/LoginLink.js b/projecttemplates/WebFormsRelyingParty/scripts/LoginLink.js
index 35fec91..1e47965 100644
--- a/projecttemplates/WebFormsRelyingParty/scripts/LoginLink.js
+++ b/projecttemplates/WebFormsRelyingParty/scripts/LoginLink.js
@@ -1,8 +1,8 @@
$(function() {
var loginContent = 'LoginFrame.aspx';
var popupWindowName = 'openidlogin';
- var popupWidth = 355;
- var popupHeight = 273; // use 205 for 1 row of OP buttons
+ var popupWidth = 365;
+ var popupHeight = 273; // use 205 for 1 row of OP buttons, or 273 for 2 rows
var iframe;
{