mirror of
https://github.com/grocy/grocy.git
synced 2025-08-19 03:40:10 +00:00
More modal iframe dialog handling improvements
This commit is contained in:
@@ -108,7 +108,7 @@ $("#search").on("keyup", Delay(function()
|
||||
}
|
||||
|
||||
stockOverviewTable.search(value).draw();
|
||||
}, 200));
|
||||
}, 500));
|
||||
|
||||
$(document).on('click', '.product-grocycode-label-print', function(e)
|
||||
{
|
||||
@@ -382,7 +382,7 @@ function RefreshProductRow(productId)
|
||||
{
|
||||
RefreshContextualTimeago("#product-" + productId + "-row");
|
||||
RefreshLocaleNumberDisplay("#product-" + productId + "-row");
|
||||
}, 600);
|
||||
}, 500);
|
||||
},
|
||||
function(xhr)
|
||||
{
|
||||
|
Reference in New Issue
Block a user