mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 11:06:36 +00:00
Optimized form input field navigation delay
This commit is contained in:
@@ -17,7 +17,7 @@ $("#search").on("keyup", Delay(function()
|
||||
}
|
||||
|
||||
userfieldsTable.search(value).draw();
|
||||
}, 500));
|
||||
}, Grocy.FormFocusDelay));
|
||||
|
||||
$("#entity-filter").on("change", function()
|
||||
{
|
||||
@@ -83,5 +83,5 @@ if (GetUriParam("entity"))
|
||||
setTimeout(function()
|
||||
{
|
||||
$("#name").focus();
|
||||
}, 500);
|
||||
}, Grocy.FormFocusDelay);
|
||||
}
|
||||
|
Reference in New Issue
Block a user