Mercurial > hg > soundsoftware-site
view plugins/redmine_bibliography/assets/javascripts/bibtex.js @ 1466:834828a14f2b bug_598
Close obsolete branch bug_598
author | Chris Cannam |
---|---|
date | Fri, 21 Jun 2013 14:51:55 +0100 |
parents | 17f075c7fd41 |
children |
line wrap: on
line source
$('.bibtex-link').live("click", function() { $this = $(this); $this.closest('dd').next('dd').toggle(); });