Sha256: 9ace53c7ae581d3280c6d5d65b0ea0e50193f665ab8762a1e4b7c9e8151a0ab1
Contents?: true
Size: 370 Bytes
Versions: 109
Compression:
Stored size: 370 Bytes
Contents
Blacklight.onLoad(function() { $('#show_addl_descriptions').click(function() { $('#more_descriptions').show(); $('#show_addl_descriptions').hide(); return false; }); $('#hide_addl_descriptions').click(function() { $('#more_descriptions').hide(); $('#show_addl_descriptions').show(); return false; }); $('#more_descriptions').hide(); });
Version data entries
109 entries across 109 versions & 3 rubygems