The branch, master has been updated
       via  e083d8438afe74c8568c922e943f09e161435d40 (commit)
      from  514b852cd81da431b57db5ecdf2bd946882f4bdb (commit)


- Log -----------------------------------------------------------------
commit e083d8438afe74c8568c922e943f09e161435d40
Author: Madhura Jayaratne <[email protected]>
Date:   Sat Apr 9 12:03:56 2011 +0530

    Bug #3281333 AJAX response does not remove old contents

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

Summary of changes:
 js/sql.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/js/sql.js b/js/sql.js
index 4e34126..6895b16 100644
--- a/js/sql.js
+++ b/js/sql.js
@@ -290,6 +290,9 @@ $(document).ready(function() {
             }
             else {
                 // real results are returned
+                // fade out previous messages, if any
+                $('.success').fadeOut();
+                $('.sqlquery_message').fadeOut();
                 $received_data = $(data);
                 $zero_row_results = 
$received_data.find('textarea[name="sql_query"]');
                 // if zero rows are returned from the query execution


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to