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 / app / views / publications / show_bibtex_fields.js.erb @ 1276:20a6b12d1aba

History | View | Annotate | Download (310 Bytes)

# Date Author Comment
1276:20a6b12d1aba 2013-05-10 11:50 AM Luis Figueira

Fixed test that was checking if an element belonged to the array. Correctly showing/hiding the Bibtex fields.

1274:5ea1a213c7a5 2013-05-09 06:44 PM Luis Figueira

Removed Ajax calls taht are no longer working in Rails 3 and started migrating them; added a new javascript file - bibliography.js - to hold the new jquery js code; added the new show_bibtex_fields.js.erb file to replace the RJS code that was in the controller.