去掉日志打印

tmp
huang 10 years ago
parent dc1e72a64b
commit ce4da2e4af

@ -11,5 +11,4 @@ fileSpan.find('a.remove-upload')
}) })
.off('click'); .off('click');
$('<input>', { type: 'hidden', name: 'attachments[<%= j params[:attachment_id] %>][token]' } ).val('<%= j @attachment.token %>').appendTo(fileSpan); $('<input>', { type: 'hidden', name: 'attachments[<%= j params[:attachment_id] %>][token]' } ).val('<%= j @attachment.token %>').appendTo(fileSpan);
console.log(fileSpan.html())
<% end %> <% end %>

Loading…
Cancel
Save