view plugins/redmine_bibliography/assets/javascripts/bibtex.js @ 1381:5b8bd53fd65c cannam

Merge from luisf branch
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 05 Sep 2013 16:50:10 +0100
parents 17f075c7fd41
children
line wrap: on
line source

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