From 65bc954caa7968088e26d19730e0dc5c57760bce Mon Sep 17 00:00:00 2001 From: conory Date: Sat, 30 Jan 2016 22:31:26 +0900 Subject: [PATCH] =?UTF-8?q?=ED=81=AC=EB=A1=AC=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EC=8B=A0=EA=B3=A0=20=ED=8C=9D=EC=97=85=EC=B0=BD=20=EC=8B=A4?= =?UTF-8?q?=ED=96=89=EC=8B=9C=20=EC=B0=BD=ED=81=AC=EA=B8=B0=EA=B0=80=20?= =?UTF-8?q?=EC=BB=A4=EC=A7=80=EC=A7=80=EC=95=8A=EB=8A=94=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/comment/tpl/declare_comment.html | 2 +- modules/document/tpl/declare_document.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/comment/tpl/declare_comment.html b/modules/comment/tpl/declare_comment.html index a7eb9ff62..2740be0e1 100644 --- a/modules/comment/tpl/declare_comment.html +++ b/modules/comment/tpl/declare_comment.html @@ -51,6 +51,6 @@ } }); msg_area.hide(); - $(window).load(setFixedPopupSize); + $(document).load(setFixedPopupSize); })(jQuery); \ No newline at end of file diff --git a/modules/document/tpl/declare_document.html b/modules/document/tpl/declare_document.html index 0f887de53..602a296c3 100644 --- a/modules/document/tpl/declare_document.html +++ b/modules/document/tpl/declare_document.html @@ -51,6 +51,6 @@ } }); msg_area.hide(); - $(window).load(setFixedPopupSize); + $(document).load(setFixedPopupSize); })(jQuery); \ No newline at end of file