diff --git a/js/ajax.js b/js/ajax.js index 5af4affcde..f739e49c87 100644 --- a/js/ajax.js +++ b/js/ajax.js @@ -413,6 +413,7 @@ var AJAX = { ) { $("#pma_report_errors_form").submit(); PMA_ajaxShowMessage(PMA_messages['phpErrorsBeingSubmitted'], false); + $('html, body').animate({scrollTop:$(document).height()}, 'slow'); } else if (data._promptPhpErrors) { // otherwise just prompt user if it is set so. msg = msg + PMA_messages['phpErrorsFound']; diff --git a/js/messages.php b/js/messages.php index 59146e83bc..e0448b964b 100644 --- a/js/messages.php +++ b/js/messages.php @@ -443,6 +443,9 @@ $js_messages['phpErrorsBeingSubmitted'] = '