From b6f2010cda2bac09a96d336e0150dbb414959e4b Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 13 Feb 2013 14:06:11 +0100 Subject: Minimal login page improvements --- hyperkitty/templates/login.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/login.html b/hyperkitty/templates/login.html index e81c8b3..a62502e 100644 --- a/hyperkitty/templates/login.html +++ b/hyperkitty/templates/login.html @@ -18,7 +18,7 @@
{% csrf_token %} - Login using Persona + Login using Persona
  • Google
  • @@ -63,12 +63,16 @@ alert('Some error occurred'); } }); + }).each(function() { + var img = $(this).find("img"); + img.attr("src", img.attr("src").replace(/-disabled/, "")); }); }); {% endblock additionaljs %} -- cgit