Mercurial > hg > soundsoftware-site
view plugins/redmine_bibliography/assets/javascripts/bibtex.js @ 1613:90bed4e10cc8 deploy
Download file link
author | Chris Cannam |
---|---|
date | Wed, 30 Aug 2017 17:24:37 +0100 |
parents | 17f075c7fd41 |
children |
line wrap: on
line source
$('.bibtex-link').live("click", function() { $this = $(this); $this.closest('dd').next('dd').toggle(); });