|
@@ -94,6 +94,8 @@
|
|
|
$("#Iframe").load(function(){
|
|
|
$(this).css("min-height", '900px')
|
|
|
$(this).css("min-width", '1650px')
|
|
|
+ var iframeHeight = $(this).contents().find("html").height();
|
|
|
+ console.log('iframeHeight', iframeHeight);
|
|
|
});
|
|
|
$('#timeSelect').change(function () {
|
|
|
let val = $(this).val()
|