summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js b/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js
index 0152ba1..88c798c 100644
--- a/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js
+++ b/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js
@@ -69,7 +69,7 @@ function initAjaxOpenId(box, openid_logo_url, dotnetopenid_logo_url, spinner_url
button.style.visibility = 'visible';
button.destroy = function() {
button.parentNode.removeChild(button);
- }
+ };
return button;
}
};
@@ -378,7 +378,7 @@ function initAjaxOpenId(box, openid_logo_url, dotnetopenid_logo_url, spinner_url
var providers = new Array();
for (var i = 0; i < discoveryResult.length; i++) {
var favicon = box.dnoi_internal.deriveOPFavIcon(discoveryResult[i].endpoint);
- var img = '<img src="' + favicon + '" />'
+ var img = '<img src="' + favicon + '" />';
providers.push({ text: img + discoveryResult[i].host, value: discoveryResult[i] });
}