Skip to content

Commit

Permalink
#230-do-not-interval-checkout-options
Browse files Browse the repository at this point in the history
  • Loading branch information
reindertvetter committed Feb 1, 2017
1 parent 500e19e commit 1ef562e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skin/frontend/base/default/js/TIG/MyParcel2014/checkout.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ var iframeDataLoaded, iframeLoaded, myParcelToggleOptions;
*/
resizeIframeHeight = function () {
var iframe = mypajQuery('#myparcel-iframe');
try {
if (iframe && iframe.contents().length > 0) {
iframe.height(10).height(iframe.contents().height());
}
}
};

checkMyParcelMethod = function() {
Expand Down

0 comments on commit 1ef562e

Please sign in to comment.