mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 11:06:36 +00:00
Revamped modal iframe dialog handling
This commit is contained in:
@@ -65,7 +65,7 @@ $(window).on("message", function(e)
|
||||
{
|
||||
var data = e.originalEvent.data;
|
||||
|
||||
if (data.Message === "CloseAllModals")
|
||||
if (data.Message === "CloseLastModal")
|
||||
{
|
||||
window.location.reload();
|
||||
}
|
||||
|
Reference in New Issue
Block a user