aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/fixmystreet.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js/fixmystreet.js')
-rw-r--r--web/js/fixmystreet.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/js/fixmystreet.js b/web/js/fixmystreet.js
index 005693fd3..75ccc3a9c 100644
--- a/web/js/fixmystreet.js
+++ b/web/js/fixmystreet.js
@@ -270,4 +270,10 @@ $(function(){
var foo = $('.wrapper').height() - 500;
$('html, body').animate({scrollTop:foo}, 1000);
});
+
+
+ $('.form-focus-hidden').hide();
+ $('.form-focus-trigger').on('focus', function(){
+ $('.form-focus-hidden').fadeIn(500);
+ });
}); \ No newline at end of file