From 3f3a020c1fd2fcfdda3a9514e1ef7375ccccc71f Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 22 Apr 2013 17:16:30 +0200 Subject: Give a better visual clue when BrowserID is loading --- hyperkitty/templates/login.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/login.html b/hyperkitty/templates/login.html index 41f72e4..3eeee8c 100644 --- a/hyperkitty/templates/login.html +++ b/hyperkitty/templates/login.html @@ -19,7 +19,7 @@
{% csrf_token %} - Login using Persona + Login using Persona
  • Google
  • @@ -67,6 +67,7 @@ }).each(function() { var img = $(this).find("img"); img.attr("src", img.attr("src").replace(/-disabled/, "")); + $(this).removeClass("disabled"); }); }); -- cgit