Again more iframe dialog handling optimizations (references #2421)

This commit is contained in:
Bernd Bestel
2024-01-13 20:27:35 +01:00
parent fc072b13f2
commit 33d5ec44d2
7 changed files with 24 additions and 39 deletions

View File

@@ -258,6 +258,7 @@ $(document).on('click', '.shopping-list-stock-add-workflow-list-item-button', fu
}
else
{
$("#shopping-list-stock-add-workflow-purchase-item-count").addClass("d-none");
$("#shopping-list-stock-add-workflow-skip-button").addClass("d-none");
}
});
@@ -623,3 +624,8 @@ if ($(window).width() < 768 || !Grocy.FeatureFlags.GROCY_FEATURE_FLAG_STOCK)
{
$("#filter-container").removeClass("border-bottom");
}
$("#shopping-list-stock-add-workflow-purchase-form-frame").on("load", function()
{
ResizeResponsiveEmbeds();
});