To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / plugins / redmine_bibliography / assets / javascripts / bibtex.js @ 1365:72b6d7a2383d

History | View | Annotate | Download (111 Bytes)

1

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