annotate public/javascripts/ssamr_registration.js @ 1274:5ea1a213c7a5 redmine-2.2-integration

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.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 09 May 2013 18:44:59 +0100
parents 5bafe0f91f6e
children
rev   line source
luisf@162 1 /* SSAMR specific functions */
luisf@162 2
luis@1257 3 /* initialisation: disabling the other institution text box */
luis@1256 4 $(document).ready(function(){
luis@1257 5 $('#ssamr_user_details_other_institution').attr('disabled', 'disabled');
luis@1257 6 });