[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA1-1413-g3a2e9d4

Marc Delisle lem9 at users.sourceforge.net
Mon Jan 3 17:19:26 CET 2011


The branch, master has been updated
       via  3a2e9d425faeb63f7929b977663229161ad0ee78 (commit)
      from  027f4286edcf9151faa886db5b5fa1bc8b18271b (commit)


- Log -----------------------------------------------------------------
commit 3a2e9d425faeb63f7929b977663229161ad0ee78
Author: Marc Delisle <marc at infomarc.info>
Date:   Mon Jan 3 11:19:18 2011 -0500

    Remove old onchange attribute

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

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

diff --git a/js/tbl_change.js b/js/tbl_change.js
index ed13f38..736317d 100644
--- a/js/tbl_change.js
+++ b/js/tbl_change.js
@@ -388,6 +388,9 @@ $(document).ready(function() {
                         $this_element
                         .attr('value', '')
                         .unbind('change')
+                        // Remove onchange attribute that was placed
+                        // by tbl_change.php; it refers to the wrong row index
+                        .attr('onchange', null)
                         // Keep these values to be used when the element
                         // will change
                         .data('hashed_field', hashed_field)


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list