summaryrefslogtreecommitdiffstats
path: root/templates/content/jquery-openid/jquery.openid.js
diff options
context:
space:
mode:
Diffstat (limited to 'templates/content/jquery-openid/jquery.openid.js')
-rw-r--r--templates/content/jquery-openid/jquery.openid.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/content/jquery-openid/jquery.openid.js b/templates/content/jquery-openid/jquery.openid.js
index 763af2c6..8d1cd204 100644
--- a/templates/content/jquery-openid/jquery.openid.js
+++ b/templates/content/jquery-openid/jquery.openid.js
@@ -53,7 +53,7 @@ $.fn.openid = function() {
$localfs.fadeOut('slow');
$idfs.fadeOut('slow');
$id.val($this.find("li.highlight span").text());
- setTimeout(function(){$('#bsignin').click()},1000);
+ setTimeout(function(){$('#bsignin').click();},1000);
return false;
};