mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
Merge pull request #784 from sejin7940/comment_declare_cancel2
관리자페이지 댓글 신고목록에서 신고취소 안 되는 버그 수정
This commit is contained in:
commit
8eda116c6f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
function doCancelDeclare() {
|
||||
var comment_srl = new Array();
|
||||
jQuery('#fo_list input[name=cart]:checked').each(function() {
|
||||
jQuery('#fo_list input[name="cart[]"]:checked').each(function() {
|
||||
comment_srl[comment_srl.length] = jQuery(this).val();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue