diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-01-19 14:27:46 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-01-22 17:27:56 +0000 |
commit | 602385ff93129621b74a3cba16b448baa466cd8f (patch) | |
tree | c50f7db3a121ac923345eeb5a14b1042968f900f /web/js | |
parent | b137a5910e72a2f3ffabdfe29c0a156d7197695a (diff) |
Add login by Facebook on generic auth screen.
Diffstat (limited to 'web/js')
-rw-r--r-- | web/js/fixmystreet.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/js/fixmystreet.js b/web/js/fixmystreet.js index a1c6e6f73..312a3e294 100644 --- a/web/js/fixmystreet.js +++ b/web/js/fixmystreet.js @@ -131,6 +131,7 @@ $(function(){ $('#facebook_sign_in').click(function(e){ $('#form_email').removeClass(); $('#form_rznvy').removeClass(); + $('#email').removeClass(); }); // Geolocation |