Sha256: d4fad2ba980eec40836e3f241bae1cb0da16e156d4f961f50871caa389bd632f
Contents?: true
Size: 508 Bytes
Versions: 4
Compression:
Stored size: 508 Bytes
Contents
//= require hydra-editor/hydra-editor //= require curation_concerns/facet_mine //= require curation_concerns/embargoes //= require curation_concerns/fileupload // Initialize plugins and Bootstrap dropdowns on jQuery's ready event as well as // Turbolinks's page change event. Blacklight.onLoad(function() { $('abbr').tooltip(); $("[data-toggle='dropdown']").dropdown(); $('a[data-toggle="popover"]').popover({ html: true }) .click(function() { return false }); });
Version data entries
4 entries across 4 versions & 1 rubygems