Merge remote-tracking branch 'origin/QA_3_5' into QA_3_5

This commit is contained in:
Michal Čihař 2012-05-02 17:12:57 +02:00
commit f2112f30f9

View File

@ -282,8 +282,6 @@ $(document).ready(function() {
/** @lends jQuery */
event.preventDefault();
var $msgbox = PMA_ajaxShowMessage();
/**
* @var $form Object referring to the form element that paginates the results table
*/
@ -299,6 +297,7 @@ $(document).ready(function() {
'pos',
PMA_messages['strNotValidRowNumber'], 0)) {
var $msgbox = PMA_ajaxShowMessage();
PMA_prepareForAjaxRequest($form);
$.post($form.attr('action'), $form.serialize(), function(data) {