mirror of
https://github.com/grocy/grocy.git
synced 2025-08-19 11:48:55 +00:00
Varios small UI changes / improve UI consistency
This commit is contained in:
@@ -60,6 +60,11 @@ $('#chore-form input').keydown(function(event)
|
||||
$('#name').focus();
|
||||
Grocy.FrontendHelpers.ValidateForm('chore-form');
|
||||
|
||||
setTimeout(function()
|
||||
{
|
||||
$(".input-group-chore-period-type").trigger("change");
|
||||
}, 100);
|
||||
|
||||
$('.input-group-chore-period-type').on('change', function(e)
|
||||
{
|
||||
var periodType = $('#period_type').val();
|
||||
|
Reference in New Issue
Block a user