Typo
This commit is contained in:
@@ -644,7 +644,7 @@ $(document).ready(function() {
|
|||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
$this_field.find('textarea').live('keypress', function(e) {
|
$this_field.find('textarea').live('keypress', function(e) {
|
||||||
// FF errorniously triggers for modifier keys such as tab (bug #3357837)
|
// FF errorneously triggers for modifier keys such as tab (bug #3357837)
|
||||||
if (e.which != 0) {
|
if (e.which != 0) {
|
||||||
$('.checkbox_null_' + field_name + '_' + this_row_index).attr('checked', false);
|
$('.checkbox_null_' + field_name + '_' + this_row_index).attr('checked', false);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user