Sha256: 6a33f7c8826bae40fa96eb09e36b006ff0190c45466921ce8c927da1cc02ff17
Contents?: true
Size: 429 Bytes
Versions: 66
Compression:
Stored size: 429 Bytes
Contents
//= require blacklight/core (function($) { var facet_mine_behavior = function() { // TODO: pull in https://github.com/projecthydra-labs/curate/blob/master/app/views/catalog/_facets.html.erb $('#aux-search-submit-header').hide(); $('input[name="works"]').on("change", function(e) { $(this).closest('form').submit(); }); }; Blacklight.onLoad(function() { facet_mine_behavior(); }); })(jQuery);
Version data entries
66 entries across 66 versions & 1 rubygems