diff options
Diffstat (limited to 'projecttemplates/WebFormsRelyingParty/scripts/LoginLink.js')
-rw-r--r-- | projecttemplates/WebFormsRelyingParty/scripts/LoginLink.js | 4 |
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; { |