From 77bf10323cdc3e9fffc74c51bf95247050a7fe33 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 16 Sep 2014 00:23:56 -0400 Subject: [PATCH] Fix JS error due to merge and show a spinner in the sign in form when signing in --- static/directives/external-login-button.html | 4 ++-- static/directives/signin-form.html | 3 ++- static/js/app.js | 15 +++++++++------ 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/static/directives/external-login-button.html b/static/directives/external-login-button.html index cc1d39bbd..d241089d6 100644 --- a/static/directives/external-login-button.html +++ b/static/directives/external-login-button.html @@ -1,6 +1,6 @@ - + Sign In with GitHub Attach to GitHub Account @@ -8,7 +8,7 @@ - + Sign In with Google Attach to Google Account diff --git a/static/directives/signin-form.html b/static/directives/signin-form.html index de67c18f6..59551b51c 100644 --- a/static/directives/signin-form.html +++ b/static/directives/signin-form.html @@ -1,5 +1,6 @@