mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 19:37:12 +00:00
More modal iframe dialog handling improvements
This commit is contained in:
@@ -103,7 +103,7 @@ $("#show_in_sidebar_menu").on("click", function()
|
||||
setTimeout(function()
|
||||
{
|
||||
$('#name').focus();
|
||||
}, 250);
|
||||
}, 150);
|
||||
Grocy.FrontendHelpers.ValidateForm('userentity-form');
|
||||
|
||||
// Click twice to trigger on-click but not change the actual checked state
|
||||
|
Reference in New Issue
Block a user