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).css({display:'none'});
|
||||||
$('#'+li.id).fadeIn(2500);
|
$('#'+li.id).fadeIn(2500);
|
||||||
NoticeReply();
|
NoticeReply();
|
||||||
|
NoticeAttachments();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$("#notice_data-text").val("");
|
$("#notice_data-text").val("");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user