The branch, master has been updated via dbde2f57226a9b9386928281a25f5c53c973e387 (commit) from 67ad88f355d6e541f98d41c48ade42d6f41bd477 (commit)
- Log ----------------------------------------------------------------- commit dbde2f57226a9b9386928281a25f5c53c973e387 Author: Madhura Jayaratne madhura.cj@gmail.com 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