aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/fixmystreet.js
diff options
context:
space:
mode:
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);
});