Sha256: 0eeb9d2371961dc76254dac28fc0089ec886edd2489e3443e7f9fe0144f584e0

Contents?: true

Size: 289 Bytes

Versions: 12

Compression:

Stored size: 289 Bytes

Contents

//= require hyrax/uploader
// This file is the default initialization of the fileupload.  If you want to call
// hyraxUploader with other options (like afterSubmit), then override this file.
Blacklight.onLoad(function() {
  var options = {};
  $('#fileupload').hyraxUploader(options);
});

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hyrax-2.0.3 app/assets/javascripts/hyrax/fileupload.js
hyrax-2.0.2 app/assets/javascripts/hyrax/fileupload.js
hyrax-2.0.1 app/assets/javascripts/hyrax/fileupload.js
hyrax-2.0.0 app/assets/javascripts/hyrax/fileupload.js
hyrax-2.0.0.rc3 app/assets/javascripts/hyrax/fileupload.js
hyrax-2.0.0.rc2 app/assets/javascripts/hyrax/fileupload.js
hyrax-2.0.0.rc1 app/assets/javascripts/hyrax/fileupload.js
hyrax-2.0.0.beta5 app/assets/javascripts/hyrax/fileupload.js
hyrax-2.0.0.beta4 app/assets/javascripts/hyrax/fileupload.js
hyrax-2.0.0.beta3 app/assets/javascripts/hyrax/fileupload.js
hyrax-2.0.0.beta2 app/assets/javascripts/hyrax/fileupload.js
hyrax-2.0.0.beta1 app/assets/javascripts/hyrax/fileupload.js