From 9f7faaf261dab699cb0ab386ad29a650b6c61e08 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 17 May 2013 12:58:15 +0200 Subject: Make it even more explicit that Persona is loading --- hyperkitty/templates/login.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hyperkitty/templates/login.html b/hyperkitty/templates/login.html index fb82c44..97bac12 100644 --- a/hyperkitty/templates/login.html +++ b/hyperkitty/templates/login.html @@ -22,7 +22,8 @@ action="{% url 'socialauth_complete' "browserid" %}?next={{ next }}"> {% csrf_token %} - Login using Persona @@ -90,7 +91,9 @@ }).each(function() { var img = $(this).find("img"); img.attr("src", img.attr("src").replace(/-disabled/, "")); - $(this).removeClass("disabled"); + $(this).removeClass("disabled") + .tooltip("destroy") + .removeAttr("title"); }); // OpenID $('a.openid').click(function(e) { -- cgit