Sha256: 0388b76f7904aa94573bdb60ff12315c9cf7af6c5a4314a7d3c6470f61726fb5

Contents?: true

Size: 640 Bytes

Versions: 62

Compression:

Stored size: 640 Bytes

Contents

//= require jquery.treetable
//= require browse_everything/behavior

// Show the files in the queue
Blacklight.onLoad( function() {
  // We need to check this because https://github.com/samvera/browse-everything/issues/169
  if ($('#browse-btn').length > 0) {
    $('#browse-btn').browseEverything()
    .done(function(data) {
      var evt = { isDefaultPrevented: function() { return false; } };
      var files = $.map(data, function(d) { return { name: d.file_name, size: d.file_size, id: d.url } });
      $.blueimp.fileupload.prototype.options.done.call($('#fileupload').fileupload(), evt, { result: { files: files }});
    })
  }
});

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/assets/javascripts/hyrax/browse_everything.js
hyrax-3.5.0 app/assets/javascripts/hyrax/browse_everything.js
hyrax-3.4.2 app/assets/javascripts/hyrax/browse_everything.js
hyrax-3.4.1 app/assets/javascripts/hyrax/browse_everything.js
hyrax-3.4.0 app/assets/javascripts/hyrax/browse_everything.js
hyrax-3.3.0 app/assets/javascripts/hyrax/browse_everything.js
hyrax-3.2.0 app/assets/javascripts/hyrax/browse_everything.js
hyrax-2.9.6 app/assets/javascripts/hyrax/browse_everything.js
hyrax-3.1.0 app/assets/javascripts/hyrax/browse_everything.js
hyrax-2.9.5 app/assets/javascripts/hyrax/browse_everything.js
hyrax-3.0.2 app/assets/javascripts/hyrax/browse_everything.js
hyrax-3.0.1 app/assets/javascripts/hyrax/browse_everything.js
hyrax-3.0.0 app/assets/javascripts/hyrax/browse_everything.js
hyrax-3.0.0.pre.rc4 app/assets/javascripts/hyrax/browse_everything.js
hyrax-2.9.4 app/assets/javascripts/hyrax/browse_everything.js
hyrax-3.0.0.pre.rc3 app/assets/javascripts/hyrax/browse_everything.js
hyrax-2.9.3 app/assets/javascripts/hyrax/browse_everything.js
hyrax-2.9.2 app/assets/javascripts/hyrax/browse_everything.js
hyrax-2.9.1 app/assets/javascripts/hyrax/browse_everything.js
hyrax-2.9.0 app/assets/javascripts/hyrax/browse_everything.js