소스 검색

update admin page

ayHaru 4 년 전
부모
커밋
f5b299a255
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      admin/templates/default/provider.successful.php

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

@@ -96,8 +96,8 @@
             var iframeHeight = $(this).contents().find("html").height();
             var iframeWidth = $(this).contents().find("html").width();
             $(this).attr("height",iframeHeight) 
-            $(this).attr("width",iframeWidth) 
-            console.log('iframeHeight', iframeHeight, iframeWidth);
+            // $(this).attr("width",iframeWidth) 
+            console.log('iframeHeight', iframeHeight, iframeWidth, $(this).contents().find("html"));
         });
         $('#timeSelect').change(function () {
             let val = $(this).val()