mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Made some forms more convenient (input handling)
This commit is contained in:
@@ -79,6 +79,7 @@ $('#product_id').on('change', function(e)
|
||||
$('#product_id_text_input').parent('.input-group').removeClass('has-error');
|
||||
$('#product_id_text_input').closest('.form-group').removeClass('has-error');
|
||||
$('#product-error').hide();
|
||||
$('#amount').focus();
|
||||
}
|
||||
},
|
||||
function(xhr)
|
||||
|
Reference in New Issue
Block a user