Skip to content

Commit

Permalink
Merge pull request #38 from poradz/2019/9/13/2
Browse files Browse the repository at this point in the history
Improved popover in nested iframe
  • Loading branch information
mariuszkrzaczkowski authored Sep 13, 2019
2 parents d84b54d + faca1af commit 680b467
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/yetiforce/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function registerEvents(content) {
registerSelectRecord(content);
registerRemoveRecord(content);
registerImportMail(content);
window.crm.app.registerPopover(content.closest('#mainscreen'));
window.crm.app.registerPopover(content.closest('body'));
var block = content.find('.ytHeader .js-data');
content.find('.hideBtn').click(function () {
var button = $(this);
Expand Down
2 changes: 1 addition & 1 deletion plugins/yetiforce/preview.min.js

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

Loading

0 comments on commit 680b467

Please sign in to comment.