diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-06-04 21:44:59 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-06-04 21:44:59 -0700 |
commit | f3e9d8638b8b29c56c0f450a9c7886ccc8f3cb2d (patch) | |
tree | 630fb1f885ddeab6ad438a9f4d56ddd6c50be2bb /src | |
parent | e8861d93b65413788ba78400840bef74642ee0e6 (diff) | |
download | DotNetOpenAuth-f3e9d8638b8b29c56c0f450a9c7886ccc8f3cb2d.zip DotNetOpenAuth-f3e9d8638b8b29c56c0f450a9c7886ccc8f3cb2d.tar.gz DotNetOpenAuth-f3e9d8638b8b29c56c0f450a9c7886ccc8f3cb2d.tar.bz2 |
Fixed OpenIdAjaxTextBox checkid_immediate in IE8.
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js b/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js index 5533e0a..8b9c13d 100644 --- a/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js +++ b/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js @@ -522,7 +522,7 @@ function initAjaxOpenId(box, openid_logo_url, dotnetopenid_logo_url, spinner_url trace('iframe hosting ' + self.endpoint + ' now OPENING.'); self.iframe = iframe; //trace('initiating auth attempt with: ' + self.immediate); - return self.immediate; + return self.immediate.toString(); }; this.trySetup = function() { self.abort(); // ensure no concurrent attempts |