크롬에서 신고 팝업창 실행시 창크기가 커지지않는 문제 수정

This commit is contained in:
conory 2016-01-30 22:31:26 +09:00
parent 6b263844ad
commit 65bc954caa
2 changed files with 2 additions and 2 deletions

View file

@ -51,6 +51,6 @@
}
});
msg_area.hide();
$(window).load(setFixedPopupSize);
$(document).load(setFixedPopupSize);
})(jQuery);
</script>

View file

@ -51,6 +51,6 @@
}
});
msg_area.hide();
$(window).load(setFixedPopupSize);
$(document).load(setFixedPopupSize);
})(jQuery);
</script>