mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Update comment_admin.js
This commit is contained in:
parent
ef7f5702ad
commit
b2cacec491
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