|
|
@@ -1104,7 +1104,11 @@ $(document).ready(function(){
|
|
|
$("body").css({"overflow":"hidden"});
|
|
|
});
|
|
|
|
|
|
-
|
|
|
+ $('#replyText').bind('input paste', function() {
|
|
|
+ $(this).trigger('keyup');
|
|
|
+ });
|
|
|
+
|
|
|
+
|
|
|
//팝업_닫기
|
|
|
$('.popup_close').on("click",function(){
|
|
|
$('.popup_box').hide().removeClass('active');
|