Skip to content

Commit

Permalink
CRM-7630: Magento Place order does not work (#7564)
Browse files Browse the repository at this point in the history
* CRM-7630: Magento Place order does not work

* Fixed PR comment
  • Loading branch information
Grygir authored and dmitrosh committed Feb 14, 2017
1 parent a535b45 commit b1c32ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
modalWidgetAlias = 'transaction-dialog',
messageTemplate = _.template("<%= message %> <a href=\"<%= url %>\" class=\"order-link\"><%= urlLabel %></a> ");
$frame.load(function () {
$frame.on('load', function() {
var offset = $frame.closest('.ui-dialog').find('.ui-dialog-titlebar').outerHeight() || 0;
$frame.addClass('loaded').parent().css({'top': offset});
widgetManager.getWidgetInstance(
Expand Down

0 comments on commit b1c32ec

Please sign in to comment.