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 / bibliography.js @ 1282:8d30e7644b75

History | View | Annotate | Download (303 Bytes)

# Date Author Comment
1282:8d30e7644b75 2013-05-13 06:02 PM Luis Figueira

fixed a few routes (using GET instead of POST ). Simplified JS code.

1279:a0488ec6979e 2013-05-10 05:50 PM Luis Figueira

cleaned the code.

1275:1194982f28ba 2013-05-09 06:47 PM Luis Figueira

Removed unnecessary debug/log message.

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.