[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA3-1920-g7e4cfec

Marc Delisle lem9 at users.sourceforge.net
Mon Mar 7 16:12:35 CET 2011


The branch, master has been updated
       via  7e4cfec26c358c547be9df69eefbcbe200aeef67 (commit)
      from  7210bc07aace2f41fe8ac33caaca24b5645586a9 (commit)


- Log -----------------------------------------------------------------
commit 7e4cfec26c358c547be9df69eefbcbe200aeef67
Author: Marc Delisle <marc at infomarc.info>
Date:   Mon Mar 7 10:12:02 2011 -0500

    Bug #3201925 Multi-table operation after table create

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

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

diff --git a/js/functions.js b/js/functions.js
index d790246..2484bc6 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -1804,11 +1804,9 @@ $(document).ready(function() {
                              */
                             var new_last_row_id = 'checkbox_tbl_' + new_last_row_index;
 
+                            data.new_table_string = data.new_table_string.replace(/checkbox_tbl_/, new_last_row_id);
                             //append to table
                             $(data.new_table_string)
-                             .find('input:checkbox')
-                             .val(new_last_row_id)
-                             .end()
                              .appendTo(tables_table);
 
                             //Sort the table


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list