Sha256: 59e34400a2da77fba5ef99012b9a87f7e3dabad86d27d76889560234922c34e7
Contents?: true
Size: 354 Bytes
Versions: 12
Compression:
Stored size: 354 Bytes
Contents
/* toggle the ocr snippets collapse link text */ $(document).ready(function(){ $('.ocr_snippets_expand').click(function() { $(this).text($(this).text() == '<%= I18n.t('blacklight.search.results.snippets.more') %>' ? '<%= I18n.t('blacklight.search.results.snippets.less') %>' : '<%= I18n.t('blacklight.search.results.snippets.more') %>'); }); });
Version data entries
12 entries across 12 versions & 2 rubygems