annotate plugins/redmine_bibliography/assets/javascripts/bibtex.js @ 1514:d8de7203e3a8 live

Remove en-GB translations -- they are out of date, and in our site en.yml is British anyway
author Chris Cannam
date Wed, 30 Apr 2014 17:25:58 +0100
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 });