Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit c55a2ec

Browse files
committed
Remove clip attribute that was hiding the map.
1 parent eeb01cd commit c55a2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/views/buyWizardVw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ module.exports = baseModal.extend({
406406
}
407407

408408
addressString = encodeURIComponent(addressString);
409-
var $iFrame = $('<iframe class="js-iframe-pending positionTop" width="525" height="250" frameborder="0" style="border:0; margin-top: 0; height: 250px; clip: rect(0,0,0,0)" />');
409+
var $iFrame = $('<iframe class="js-iframe-pending positionTop" width="525" height="250" frameborder="0" style="border:0; margin-top: 0; height: 250px;" />');
410410

411411
if ($currentIframe.length) {
412412
this.$buyWizardMap.find('.js-mapSpinner').removeClass('hide');

0 commit comments

Comments
 (0)