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:
@@ -355,6 +355,11 @@ $('#amount').on('focus', function(e)
|
||||
}
|
||||
});
|
||||
|
||||
$('#price').on('focus', function(e)
|
||||
{
|
||||
$(this).select();
|
||||
});
|
||||
|
||||
$('#purchase-form input').keyup(function(event)
|
||||
{
|
||||
Grocy.FrontendHelpers.ValidateForm('purchase-form');
|
||||
|
Reference in New Issue
Block a user