|
@ -118,7 +118,7 @@ |
|
|
$("#m1").each(function () { |
|
|
$("#m1").each(function () { |
|
|
if (this.complete) { |
|
|
if (this.complete) { |
|
|
console.log('complete', this.height) |
|
|
console.log('complete', this.height) |
|
|
$('.billing-list').css('paddingTop', this.height) |
|
|
$('.billing-list').css('paddingTop', this.height + 37) |
|
|
} else { |
|
|
} else { |
|
|
$($(this)).on('load', function () { |
|
|
$($(this)).on('load', function () { |
|
|
// image now loaded |
|
|
// image now loaded |
|
|