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


- Log -----------------------------------------------------------------
commit 3a2e9d425faeb63f7929b977663229161ad0ee78
Author: Marc Delisle <[email protected]>
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

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to