mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Revamped modal iframe dialog handling
This commit is contained in:
@@ -301,7 +301,7 @@ recipesTables.on('select', function(e, dt, type, indexes)
|
||||
className: 'btn-secondary responsive-button',
|
||||
callback: function()
|
||||
{
|
||||
bootbox.hideAll();
|
||||
$(".modal").last().modal("hide");
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -333,7 +333,7 @@ $(".recipe-gallery-item").on("click", function(e)
|
||||
className: 'btn-secondary responsive-button',
|
||||
callback: function()
|
||||
{
|
||||
bootbox.hideAll();
|
||||
$(".modal").last().modal("hide");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user