Mercurial > hg > soundsoftware-site
view vendor/plugins/redmine_bibliography/assets/javascripts/bibtex.js @ 1478:5ca1f4a47171 bibplugin_db_migrations
Close obsolete branch bibplugin_db_migrations
author | Chris Cannam |
---|---|
date | Fri, 30 Nov 2012 14:40:50 +0000 |
parents | 63f8c4f2cf67 |
children |
line wrap: on
line source
function toggleBibtex(el) { var dd = Element.up(el).next('dd') dd.toggleClassName('collapsed'); Effect.toggle(dd, 'slide', {duration:0.2}); }