Remove old onchange attribute
This commit is contained in:
@@ -388,6 +388,9 @@ $(document).ready(function() {
|
|||||||
$this_element
|
$this_element
|
||||||
.attr('value', '')
|
.attr('value', '')
|
||||||
.unbind('change')
|
.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
|
// Keep these values to be used when the element
|
||||||
// will change
|
// will change
|
||||||
.data('hashed_field', hashed_field)
|
.data('hashed_field', hashed_field)
|
||||||
|
Reference in New Issue
Block a user