More modal iframe dialog handling improvements

This commit is contained in:
Bernd Bestel
2025-01-11 15:41:04 +01:00
parent 2c0b1a7be0
commit a2c2049037
50 changed files with 60 additions and 60 deletions

View File

@@ -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)
{