annotate public/javascripts/ssamr_registration.js @ 1306:af51e7e3e846 redmine-2.2-integration

added missing route for authors/show.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Mon, 17 Jun 2013 15:22:19 +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 });