Update comment_admin.js

This commit is contained in:
sejin7940 2014-06-13 12:49:35 +09:00
parent ef7f5702ad
commit b2cacec491

View file

@ -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();
});