mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Show the product card also on /products (closes #2185)
This commit is contained in:
@@ -176,3 +176,9 @@ $("#merge-products-save-button").on("click", function(e)
|
||||
}
|
||||
);
|
||||
});
|
||||
|
||||
$(document).on("click", ".product-name-cell", function(e)
|
||||
{
|
||||
Grocy.Components.ProductCard.Refresh($(e.currentTarget).attr("data-product-id"));
|
||||
$("#productcard-modal").modal("show");
|
||||
});
|
||||
|
Reference in New Issue
Block a user