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 @ 1313:17f075c7fd41

History | View | Annotate | Download (111 Bytes)

1 1017:63f8c4f2cf67 luis
2 1313:17f075c7fd41 luis
$('.bibtex-link').live("click", function() {
3
  $this = $(this);
4
  $this.closest('dd').next('dd').toggle();
5
});