On XHR notice post, calls NoticeAttachment to trigger thumbnail and
attachment views
This commit is contained in:
parent
e744eba7eb
commit
eb40fbc17a
|
@ -217,6 +217,7 @@ $(document).ready(function(){
|
|||
$('#'+li.id).css({display:'none'});
|
||||
$('#'+li.id).fadeIn(2500);
|
||||
NoticeReply();
|
||||
NoticeAttachments();
|
||||
}
|
||||
}
|
||||
$("#notice_data-text").val("");
|
||||
|
|
Loading…
Reference in New Issue
Block a user