aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/fixmystreet.js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-10-31 10:43:24 +0000
committerStruan Donald <struan@exo.org.uk>2012-10-31 10:43:24 +0000
commit79c8eb9bb2d02655b241ca0636208f4b64a96e34 (patch)
tree7702a7a6c731e2b4b748f1c4d406038f7c7bac01 /www/js/fixmystreet.js
parentb6b6c3f710052bb40cbbef78318e6560298319da (diff)
correctly display submit buttons on submit page if saved account details
Diffstat (limited to 'www/js/fixmystreet.js')
-rw-r--r--www/js/fixmystreet.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/www/js/fixmystreet.js b/www/js/fixmystreet.js
index 1e283db..878706e 100644
--- a/www/js/fixmystreet.js
+++ b/www/js/fixmystreet.js
@@ -293,7 +293,6 @@ $(document).bind('pageshow', function(){
/*
* Show stuff on input focus
*/
- $('.form-focus-hidden').hide();
$('.form-focus-trigger').on('focus', function(){
$('.form-focus-hidden').fadeIn(500);
});