view plugins/redmine_bibliography/assets/javascripts/bibtex.js @ 1331:1e9b1bdd062e live

SHA1 -> SHA (module renamed)
author Chris Cannam
date Thu, 20 Jun 2013 11:33:30 +0100
parents 17f075c7fd41
children
line wrap: on
line source

$('.bibtex-link').live("click", function() {
  $this = $(this);
  $this.closest('dd').next('dd').toggle();
});