mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Form productivity improvements
This commit is contained in:
@@ -124,6 +124,10 @@ $(function()
|
||||
{
|
||||
$('#product_id_text_input').focus();
|
||||
}
|
||||
else
|
||||
{
|
||||
$(this).select();
|
||||
}
|
||||
});
|
||||
|
||||
$('#consume-form input').keydown(function(event)
|
||||
|
Reference in New Issue
Block a user