view plugins/redmine_bibliography/assets/javascripts/bibtex.js @ 1440:7465cceb8dfc

Merge from live branch
author Chris Cannam
date Fri, 11 Oct 2013 09:34:09 +0100
parents 17f075c7fd41
children
line wrap: on
line source

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