|
@ -121,11 +121,7 @@ |
|
|
$('.billing-list').css('paddingTop', this.height + 37) |
|
|
$('.billing-list').css('paddingTop', this.height + 37) |
|
|
} else { |
|
|
} else { |
|
|
$($(this)).on('load', function () { |
|
|
$($(this)).on('load', function () { |
|
|
// image now loaded |
|
|
$('.billing-list').css('paddingTop', this.height + 37) |
|
|
$('.billing-list').css('paddingTop', this.height) |
|
|
|
|
|
|
|
|
|
|
|
console.log('load', this.height) |
|
|
|
|
|
|
|
|
|
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|