Merge branch 'QA_3_5'

This commit is contained in:
Marc Delisle 2012-05-02 11:12:00 -04:00
commit 0d7465884e

View File

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