Sha256: 26f1d3a0569fada163fe6835de1b9c116754d6b9136c38882da70dec4ecf5ee6
Contents?: true
Size: 375 Bytes
Versions: 62
Compression:
Stored size: 375 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); $('#fileuploadlogo').hyraxUploader({downloadTemplateId: 'logo-template-download'}); });
Version data entries
62 entries across 62 versions & 1 rubygems