Fix updating when typing. Closes #1540.
This commit is contained in:
parent
50559adf90
commit
1b8e887f39
|
@ -131,7 +131,7 @@ jQuery(document).ready(function($) {
|
|||
$('body').trigger('update_checkout');
|
||||
}
|
||||
});
|
||||
$('.update_totals_on_change input').live('keydown', function( e ){
|
||||
$('.update_totals_on_change input.input-text').live('keydown', function( e ){
|
||||
var code = e.keyCode || e.which;
|
||||
if ( code == '9' )
|
||||
return;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue