view plugins/redmine_bibliography/assets/javascripts/bibtex.js @ 1519:afce8026aaeb redmine-2.4-integration

Merge from branch "live"
author Chris Cannam
date Tue, 09 Sep 2014 09:34:53 +0100
parents 17f075c7fd41
children
line wrap: on
line source

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