diff options
Diffstat (limited to 'src/DotNetOpenId/RelyingParty/OpenIdAjaxTextBox.js')
-rw-r--r-- | src/DotNetOpenId/RelyingParty/OpenIdAjaxTextBox.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/DotNetOpenId/RelyingParty/OpenIdAjaxTextBox.js b/src/DotNetOpenId/RelyingParty/OpenIdAjaxTextBox.js index 320572c..9dc980f 100644 --- a/src/DotNetOpenId/RelyingParty/OpenIdAjaxTextBox.js +++ b/src/DotNetOpenId/RelyingParty/OpenIdAjaxTextBox.js @@ -195,9 +195,9 @@ function initAjaxOpenId(box, dotnetopenid_logo_url, spinner_url, timeout, assert function createHiddenFrame(url) {
var iframe = document.createElement("iframe");
- iframe.setAttribute("width", 0);
- iframe.setAttribute("height", 0);
- iframe.setAttribute("style", "display: none");
+// iframe.setAttribute("width", 0);
+// iframe.setAttribute("height", 0);
+// iframe.setAttribute("style", "display: none");
iframe.setAttribute("src", url);
iframe.openidBox = box;
box.parentNode.insertBefore(iframe, box);
|