mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Upgraded iframe-resizer package
This commit is contained in:
@@ -111,6 +111,7 @@ iframe.embed-responsive {
|
||||
border: 0;
|
||||
width: 1px;
|
||||
min-width: 100%;
|
||||
min-height: 700px;
|
||||
}
|
||||
|
||||
/* Hide the default up/down arrow buttons for number inputs because we use our own buttons in numberpicker */
|
||||
|
@@ -562,7 +562,7 @@ $(window).on('resize', function()
|
||||
|
||||
if (GetUriParam("embedded"))
|
||||
{
|
||||
window.parent.iFrameResize({ "checkOrigin": false, "warningTimeout": 0, "minHeight": 700 }, "iframe.embed-responsive");
|
||||
window.parent.iframeResize({ "checkOrigin": false, "warningTimeout": 0, "license": "GPLv3" }, "iframe.embed-responsive");
|
||||
}
|
||||
|
||||
function WindowMessageBag(message, payload = null)
|
||||
|
Reference in New Issue
Block a user