Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preventing scrollbars from showing up when embedding reports via iframe #14724

Merged
merged 4 commits into from Aug 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions LEGALNOTICE
Expand Up @@ -217,6 +217,10 @@ THIRD-PARTY COMPONENTS AND LIBRARIES
Link: http://raphaeljs.com/
License: MIT (Expat)

Name: iFrame Resizer
Link: https://github.com/davidjbradshaw/iframe-resizer
License: MIT

Name: lessphp
Link: http://leafo.net/lessphp
License: GPL3, MIT (Expat)
Expand Down
1 change: 1 addition & 0 deletions plugins/CoreHome/CoreHome.php
Expand Up @@ -303,6 +303,7 @@ public function getJsFiles(&$jsFiles)
$jsFiles[] = "plugins/CorePluginsAdmin/angularjs/plugins/plugin-management.directive.js";
$jsFiles[] = "plugins/CorePluginsAdmin/angularjs/plugins/plugin-upload.directive.js";
$jsFiles[] = "plugins/CoreHome/javascripts/iframeResizer.min.js";
$jsFiles[] = "plugins/CoreHome/javascripts/iframeResizer.contentWindow.min.js";
}

public function getClientSideTranslationKeys(&$translationKeys)
Expand Down
10 changes: 10 additions & 0 deletions plugins/CoreHome/javascripts/iframeResizer.contentWindow.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.