mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
크롬에서 신고 팝업창 실행시 창크기가 커지지않는 문제 수정
This commit is contained in:
parent
6b263844ad
commit
65bc954caa
2 changed files with 2 additions and 2 deletions
|
|
@ -51,6 +51,6 @@
|
|||
}
|
||||
});
|
||||
msg_area.hide();
|
||||
$(window).load(setFixedPopupSize);
|
||||
$(document).load(setFixedPopupSize);
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
|
@ -51,6 +51,6 @@
|
|||
}
|
||||
});
|
||||
msg_area.hide();
|
||||
$(window).load(setFixedPopupSize);
|
||||
$(document).load(setFixedPopupSize);
|
||||
})(jQuery);
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue