Sha256: ba1f7811f143f32f71d4816a32c59b53e507fbb6bf4b903f0e253ae6819cfa2f
Contents?: true
Size: 362 Bytes
Versions: 6
Compression:
Stored size: 362 Bytes
Contents
(function($) { Blacklight.onLoad(function() { // when clicking on a link that toggles the collapsing behavior, don't do anything // with the hash or the page could jump around. $(document).on('click', 'a[data-toggle=collapse][href="#"], [data-toggle=collapse] a[href="#"]', function(event) { event.preventDefault(); }); }); })(jQuery);
Version data entries
6 entries across 6 versions & 1 rubygems