Sha256: e640292fef2403d4c91e9dca6f1fe7f6b7767ee421b1680bd325e0b64c69dfde

Contents?: true

Size: 311 Bytes

Versions: 48

Compression:

Stored size: 311 Bytes

Contents

$(function(){
$('#upload_button').hide();
});

function submitFileForm(fileName, fileSize, updatedAt, contentType) {
$('#file_file_name_input').val(fileName);
$('#file_file_size_input').val(fileSize);
$('#file_update_at').val(updatedAt);
$('#file_content_type').val(contentType);
$('#upload_form').submit();
}

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
wheels-0.1.30 app/views/attachments/_uploadify.html.erb
wheels-0.1.28 app/views/attachments/_uploadify.html.erb
wheels-0.1.27 app/views/attachments/_uploadify.html.erb
wheels-0.1.25 app/views/attachments/_uploadify.html.erb
wheels-0.1.24 app/views/attachments/_uploadify.html.erb
wheels-0.1.23 app/views/attachments/_uploadify.html.erb
wheels-0.1.22 app/views/attachments/_uploadify.html.erb
wheels-0.1.21 app/views/attachments/_uploadify.html.erb
wheels-0.1.20 app/views/attachments/_uploadify.html.erb
wheels-0.1.19 app/views/attachments/_uploadify.html.erb
wheels-0.1.18 app/views/attachments/_uploadify.html.erb
wheels-0.1.17 app/views/attachments/_uploadify.html.erb
wheels-0.1.16 app/views/attachments/_uploadify.html.erb
wheels-0.1.15 app/views/attachments/_uploadify.html.erb
wheels-0.1.14 app/views/attachments/_uploadify.html.erb
wheels-0.1.13 app/views/attachments/_uploadify.html.erb
wheels-0.1.12 app/views/attachments/_uploadify.html.erb
wheels-0.1.10 app/views/attachments/_uploadify.html.erb
wheels-0.1.9 app/views/attachments/_uploadify.html.erb
wheels-0.1.8 app/views/attachments/_uploadify.html.erb