Parcourir la source

update admin page

ayHaru il y a 4 ans
Parent
commit
26137bf363
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      admin/templates/default/provider.successful.php

+ 2 - 0
admin/templates/default/provider.successful.php

@@ -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()