mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Various small UI improvements for the shopping list
This commit is contained in:
@@ -140,7 +140,7 @@ $(document).on('click', '.shopping-list-stock-add-workflow-list-item-button', fu
|
||||
|
||||
if (Grocy.ShoppingListToStockWorkflowAll)
|
||||
{
|
||||
$("#shopping-list-stock-add-workflow-modal .modal-footer").removeClass("d-none");
|
||||
$("#shopping-list-stock-add-workflow-purchase-item-count").removeClass("d-none");
|
||||
$("#shopping-list-stock-add-workflow-purchase-item-count").text(L("Adding shopping list item #1 of #2", Grocy.ShoppingListToStockWorkflowCurrent, Grocy.ShoppingListToStockWorkflowCount));
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user