Sha256: a39d430187d2d4435aa9048c10df336f79e4d9b0b2233cf7524e8cf488bfa136
Contents?: true
Size: 540 Bytes
Versions: 6
Compression:
Stored size: 540 Bytes
Contents
//= require blacklight/core (function($) { //add ajaxy dialogs to certain links, using the ajaxyDialog widget. Blacklight.do_more_facets_behavior = function () { $( Blacklight.do_more_facets_behavior.selector ).ajaxyDialog({ width: $(window).width() / 2, chainAjaxySelector: "a.next_page, a.prev_page, a.sort_change" }); }; Blacklight.do_more_facets_behavior.selector = "a.more_facets_link"; $(document).ready(function() { Blacklight.do_more_facets_behavior(); }); })(jQuery);
Version data entries
6 entries across 6 versions & 1 rubygems