mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 04:43:32 +00:00
Optimized form input field navigation delay
This commit is contained in:
@@ -108,7 +108,7 @@ $("#search").on("keyup", Delay(function()
|
||||
}
|
||||
|
||||
stockOverviewTable.search(value).draw();
|
||||
}, 500));
|
||||
}, Grocy.FormFocusDelay));
|
||||
|
||||
$(document).on('click', '.product-grocycode-label-print', function(e)
|
||||
{
|
||||
@@ -397,7 +397,7 @@ function RefreshProductRow(productId)
|
||||
{
|
||||
RefreshContextualTimeago("#product-" + productId + "-row");
|
||||
RefreshLocaleNumberDisplay("#product-" + productId + "-row");
|
||||
}, 500);
|
||||
}, Grocy.FormFocusDelay);
|
||||
},
|
||||
function(xhr)
|
||||
{
|
||||
|
Reference in New Issue
Block a user