diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-04-08 17:01:55 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-04-08 17:01:55 +0100 |
commit | bbbcc4565830e48e42af95c4e112587e8b5fda4b (patch) | |
tree | 8145f8d9abd7d9ed09be434f74141f8791fac6af /web/js/fixmystreet.js | |
parent | d04f0f466f74e2fb6caab2da259664f5eb02079e (diff) |
Add Twitter social login.
Diffstat (limited to 'web/js/fixmystreet.js')
-rw-r--r-- | web/js/fixmystreet.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/fixmystreet.js b/web/js/fixmystreet.js index 07c1a1a6b..0a15982f5 100644 --- a/web/js/fixmystreet.js +++ b/web/js/fixmystreet.js @@ -128,7 +128,7 @@ $(function(){ $('#form_name').addClass('required').removeClass('valid'); } ); - $('#facebook_sign_in').click(function(e){ + $('#facebook_sign_in, #twitter_sign_in').click(function(e){ $('#form_email').removeClass(); $('#form_rznvy').removeClass(); $('#email').removeClass(); |