Mercurial > hg > soundsoftware-site
view plugins/redmine_bibliography/assets/javascripts/bibtex.js @ 1433:cfa80f738847 bibliography_testing
Fixed assertion error message.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 08 Oct 2013 17:29:47 +0100 |
parents | 17f075c7fd41 |
children |
line wrap: on
line source
$('.bibtex-link').live("click", function() { $this = $(this); $this.closest('dd').next('dd').toggle(); });