The branch, master has been updated
       via  dbde2f57226a9b9386928281a25f5c53c973e387 (commit)
      from  67ad88f355d6e541f98d41c48ade42d6f41bd477 (commit)


- Log -----------------------------------------------------------------
commit dbde2f57226a9b9386928281a25f5c53c973e387
Author: Madhura Jayaratne <[email protected]>
Date:   Sun Dec 11 23:00:26 2011 +0530

    Adjust row colors upon deletion of a table

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

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

diff --git a/js/db_structure.js b/js/db_structure.js
index 269f2b1..5151bca 100644
--- a/js/db_structure.js
+++ b/js/db_structure.js
@@ -338,6 +338,7 @@ $(document).ready(function() {
             $.get(url, {'is_js_confirmed' : 1, 'ajax_request' : true}, 
function(data) {
                 if (data.success == true) {
                     PMA_ajaxShowMessage(data.message);
+                    toggleRowColors($curr_row.next());
                     $curr_row.hide("medium").remove();
                     PMA_adjustTotals();
 


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to