mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 10:14:39 +00:00
UI test/review
This commit is contained in:
@@ -388,6 +388,12 @@ $('#amount').on('focus', function(e)
|
||||
$(this).select();
|
||||
});
|
||||
|
||||
$('#price').on('focus', function(e)
|
||||
{
|
||||
$(this).select();
|
||||
});
|
||||
|
||||
|
||||
$('#consume-form input').keyup(function(event)
|
||||
{
|
||||
Grocy.FrontendHelpers.ValidateForm('consume-form');
|
||||
|
Reference in New Issue
Block a user