mirror of
https://github.com/grocy/grocy.git
synced 2025-08-19 03:40:10 +00:00
Revamped modal iframe dialog handling
This commit is contained in:
@@ -159,7 +159,7 @@ $(".selectedEquipmentInstructionManualToggleFullscreenButton").on('click', funct
|
||||
card.find(".card-header").toggleClass("fixed-top");
|
||||
card.find(".card-body").toggleClass("mt-5");
|
||||
$("body").toggleClass("fullscreen-card");
|
||||
ResizeResponsiveEmbeds(true);
|
||||
ResizeResponsiveEmbeds();
|
||||
});
|
||||
|
||||
$("#selectedEquipmentDescriptionToggleFullscreenButton").on('click', function(e)
|
||||
|
Reference in New Issue
Block a user