mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Again more iframe dialog handling optimizations (references #2421)
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
Reference in New Issue
Block a user