summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-05-17 12:58:15 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-05-17 12:58:15 +0200
commit9f7faaf261dab699cb0ab386ad29a650b6c61e08 (patch)
tree5b5a8fe1adca0337b3563d2d24555f0686656817 /hyperkitty/templates
parentfb6423fd8d2e0068c9c5b5bb8a643ea991e59739 (diff)
downloadhyperkitty-9f7faaf261dab699cb0ab386ad29a650b6c61e08.tar.gz
hyperkitty-9f7faaf261dab699cb0ab386ad29a650b6c61e08.tar.xz
hyperkitty-9f7faaf261dab699cb0ab386ad29a650b6c61e08.zip
Make it even more explicit that Persona is loading
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r--hyperkitty/templates/login.html7
1 files 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 %}
<input type="hidden" name="assertion" value="" />
- <a rel="nofollow" id="browserid" href="#" class="disabled"><img
+ <a rel="nofollow" id="browserid" href="#" class="disabled"
+ title="Wait for it..."><img
src="{{ STATIC_URL }}img/login/persona-large-disabled.png"
alt="Login using Persona" /></a>
</form>
@@ -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) {