Mercurial > hg > soundsoftware-site
view plugins/redmine_bibliography/assets/javascripts/bibtex.js @ 1480:75fd8eace091 issue_556
Close obsolete branch issue_556
author | Chris Cannam |
---|---|
date | Sat, 13 Jul 2013 15:26:30 +0100 |
parents | 17f075c7fd41 |
children |
line wrap: on
line source
$('.bibtex-link').live("click", function() { $this = $(this); $this.closest('dd').next('dd').toggle(); });