[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_7_1-22604-gd80805a

Rouslan Placella roccivic at users.sourceforge.net
Tue Nov 15 18:53:37 CET 2011


The branch, master has been updated
       via  d80805ad850d31967fca362f7eba256c14027f8b (commit)
      from  09f983ff8323ce0001f012873eecafa70585a97e (commit)


- Log -----------------------------------------------------------------
commit d80805ad850d31967fca362f7eba256c14027f8b
Author: Rouslan Placella <rouslan at placella.com>
Date:   Tue Nov 15 17:47:26 2011 +0000

    Fixed ajax messages disappearing behind jquery dialogs

-----------------------------------------------------------------------

Summary of changes:
 js/functions.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/js/functions.js b/js/functions.js
index 70157da..3836aca 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -1368,7 +1368,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>')
-        .insertBefore("#serverinfo");
+        .prependTo("body");
     }
     // Update message count to create distinct message elements every time
     ajax_message_count++;


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list