mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Fixed recipe edit button on recipes page gallery view (fixes #2541)
This commit is contained in:
@@ -341,6 +341,11 @@ $(".recipe-gallery-item").on("click", function(e)
|
||||
}
|
||||
});
|
||||
|
||||
$(".recipe-edit-button").on("click", function(e)
|
||||
{
|
||||
e.stopPropagation();
|
||||
});
|
||||
|
||||
$(".recipe-fullscreen").on('click', function(e)
|
||||
{
|
||||
e.preventDefault();
|
||||
|
Reference in New Issue
Block a user