Sha256: 4d1e9d3eed731ade2523d9f5fe2eff25064d59f2b39f7f1c88ab7aad117bfb4f
Contents?: true
Size: 259 Bytes
Versions: 5
Compression:
Stored size: 259 Bytes
Contents
/* prevent the Bootstrap-collapse-triggering volume title links from going to the link target */ /* this allows links to still be clickable for users w/o JS */ $('#volumes_wrapper').find('a.volume_title').on("click", function (e) { e.preventDefault(); });
Version data entries
5 entries across 5 versions & 1 rubygems