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
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-04-30 10:21:23 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-04-30 10:21:23 +0300
commit98706e1f293e9fb8cce834bf938d8ec934d766d3 (patch)
tree14e79202b622e0e2ccfbeb36220172b0beafb9ce /js/functions.js
parente3a3d1ab98f070c40f49fa1d33e917a493b83cfc (diff)
parent5cd5f55ea7f1ec0f75d11dc6619224a0ec0653e3 (diff)
Merge branch 'QA_4_4'
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'js/functions.js')
-rw-r--r--js/functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/functions.js b/js/functions.js
index dc070dc7d3..881841b5d7 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -2113,7 +2113,7 @@ function PMA_ajaxShowMessage(message, timeout)
// Create a parent element for the AJAX messages, if necessary
if ($('#loading_parent').length === 0) {
$('<div id="loading_parent"></div>')
- .prependTo("body");
+ .prependTo("#page_content");
}
// Update message count to create distinct message elements every time
ajax_message_count++;