diff --git a/updatefiles/javascripts/jquery_prefix.js b/updatefiles/javascripts/jquery_prefix.js index 459e554..a866565 100644 --- a/updatefiles/javascripts/jquery_prefix.js +++ b/updatefiles/javascripts/jquery_prefix.js @@ -86,7 +86,7 @@ if ( jQuery.ajax ) { }; } $(function(){ - $('input[type!="checkbox"],select,textarea').not('[type="submit"]').on('focus', function() { + $('input[type!="checkbox"],textarea').not('[type="submit"],[type=radio]').on('focus', function() { $([document.documentElement, document.body]).animate({ scrollTop: $(this).offset().top -200 }, 100);