This commit is contained in:
cxt 2015-10-20 08:43:25 +08:00
commit 9eeb468079
1 changed files with 0 additions and 1 deletions

View File

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