Merge pull request #179 from conory/develop

크롬에서 신고 팝업창 실행시 창크기가 커지지않는 문제 수정
This commit is contained in:
CONORY 2016-01-30 22:33:34 +09:00
commit 29b12ca6d6
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>