annotate plugins/redmine_bibliography/assets/javascripts/bibtex.js @ 1503:523f55b47b98 cannam

Whoops, call the right method why not
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Fri, 21 Mar 2014 13:13:52 +0000
parents 17f075c7fd41
children
rev   line source
luis@1017 1
luis@1313 2 $('.bibtex-link').live("click", function() {
luis@1313 3 $this = $(this);
luis@1313 4 $this.closest('dd').next('dd').toggle();
luis@1313 5 });