diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-01-15 18:25:48 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-01-22 17:27:34 +0000 |
commit | b137a5910e72a2f3ffabdfe29c0a156d7197695a (patch) | |
tree | fca93f9f06938ef47381bfa82a5f30e2057c6710 /web/js | |
parent | a1da835f294dbb4014585c04716a88211d686e62 (diff) |
Add login by Facebook when updating.
Makes the flow more like new reporting.
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 ad3a8c570..a1c6e6f73 100644 --- a/web/js/fixmystreet.js +++ b/web/js/fixmystreet.js @@ -130,6 +130,7 @@ $(function(){ $('#facebook_sign_in').click(function(e){ $('#form_email').removeClass(); + $('#form_rznvy').removeClass(); }); // Geolocation |