annotate public/javascripts/ssamr_registration.js @ 1615:be8eb1d8201b live

Lock this gem
author Chris Cannam
date Tue, 05 Sep 2017 12:49:49 +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 });