[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-1891-ge083d84

Madhura Jayaratne madhuracj at users.sourceforge.net
Sat Apr 9 08:39:38 CEST 2011


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


- Log -----------------------------------------------------------------
commit e083d8438afe74c8568c922e943f09e161435d40
Author: Madhura Jayaratne <madhura.cj at gmail.com>
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




More information about the Git mailing list