annotate public/javascripts/ssamr_registration.js @ 208:bb7cac2ac146 feature_72

removed 2 files that should not be here (related to previous experiences with T&C)
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 08 Feb 2011 13:15:47 +0000
parents d1713ab10813
children f5860b03d365
rev   line source
luisf@162 1
luisf@162 2
luisf@162 3 /* SSAMR specific functions */
luisf@162 4
luisf@162 5 /* institution related functions */
luisf@162 6 Event.observe(window, 'load',
luisf@162 7 function() {
luis@192 8
luis@192 9 if(!$('ssamr_user_details_institution_type_true').checked && $('ssamr_user_details_institution_type_true').checked){
luis@192 10 $('ssamr_user_details_other_institution').disable();
luis@192 11 $('ssamr_user_details_institution_id').enable();
luis@192 12 $('ssamr_user_details_institution_type_true').checked = true;
luis@192 13 $('ssamr_user_details_institution_type_false').checked = false;
luis@192 14 }
luis@192 15 }
luisf@162 16 );
luisf@162 17
luisf@162 18
luisf@162 19