summaryrefslogtreecommitdiff
path: root/modules/openid
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-09-25 11:42:44 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-09-25 11:42:44 +0000
commit21698d2bf180ee286f2076fda577dc1ea289a61a (patch)
tree836c818acf2e2e4208542e105eb2fdfa90b285c8 /modules/openid
parent5206daafd669f64cfa82f3241d08d2662571b872 (diff)
downloadbrdo-21698d2bf180ee286f2076fda577dc1ea289a61a.tar.gz
brdo-21698d2bf180ee286f2076fda577dc1ea289a61a.tar.bz2
#176092 by walkah: always display 'cancel openid login' link, even if the login trial did not succeed
Diffstat (limited to 'modules/openid')
-rw-r--r--modules/openid/openid.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/openid/openid.js b/modules/openid/openid.js
index 688ba47c5..75ffec394 100644
--- a/modules/openid/openid.js
+++ b/modules/openid/openid.js
@@ -8,6 +8,7 @@ Drupal.behaviors.openid = function (context) {
$("#edit-pass-wrapper").hide();
$("#edit-openid-url-wrapper").show();
$("a.openid-link").hide();
+ $("a.user-link").show();
}
$("a.openid-link:not(.openid-processed)", context)
.addClass('openid-processed')