Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2012-05-02 19:12:00 +0400
committerMarc Delisle <marc@infomarc.info>2012-05-02 19:12:00 +0400
commit0d7465884efcab3ed49bc9bd67205611879b047d (patch)
tree1ff24c0d943fb5f723b8a9973d4f68cc53c6cc0e /js
parent5006c7c07a0e6e8fbe41c63a214bfab6b1863c02 (diff)
parentc888fe462af99e4da77e7fe7561ade883449ad22 (diff)
Merge branch 'QA_3_5'
Diffstat (limited to 'js')
-rw-r--r--js/sql.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/sql.js b/js/sql.js
index 6fb7632e0b..49b3a8298e 100644
--- a/js/sql.js
+++ b/js/sql.js
@@ -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) {