[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_7RC1-9443-gf209921

Marc Delisle lem9 at users.sourceforge.net
Sun Sep 5 15:52:45 CEST 2010


The branch, master has been updated
       via  f209921d416b3ae9f42aa712c2aa0a7a5a30b760 (commit)
      from  7a074671d0bebedbb8fbfc31dca06f7c0d113e03 (commit)


- Log -----------------------------------------------------------------
commit f209921d416b3ae9f42aa712c2aa0a7a5a30b760
Author: Marc Delisle <marc at infomarc.info>
Date:   Sun Sep 5 09:52:25 2010 -0400

    bug #3057469

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

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

diff --git a/js/tbl_change.js b/js/tbl_change.js
index 17a4ba0..3ef28cb 100644
--- a/js/tbl_change.js
+++ b/js/tbl_change.js
@@ -354,6 +354,7 @@ $(document).ready(function() {
                     var new_name = name_parts[0] + '[' + new_row_index + ']' + name_parts[1];
 
                     $(this).attr('name', new_name);
+                    $(this).attr('value', '');
                 });
 
                 //Insert/Clone the ignore checkboxes


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list