From 21698d2bf180ee286f2076fda577dc1ea289a61a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= <gabor@hojtsy.hu> Date: Tue, 25 Sep 2007 11:42:44 +0000 Subject: [PATCH] #176092 by walkah: always display 'cancel openid login' link, even if the login trial did not succeed --- modules/openid/openid.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openid/openid.js b/modules/openid/openid.js index 688ba47c5f53..75ffec39479c 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') -- GitLab