view public/javascripts/ssamr_registration.js @ 285:fa07572ee073 bug_95

Layout changes: indent as block instead of just first line; loosen spacing at bottom of explanatory labels
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 23 Mar 2011 11:31:14 +0000
parents d1713ab10813
children f5860b03d365
line wrap: on
line source


/* SSAMR specific functions */

/* institution related functions */
Event.observe(window, 'load',
  function() {
		
		if(!$('ssamr_user_details_institution_type_true').checked && $('ssamr_user_details_institution_type_true').checked){
  			$('ssamr_user_details_other_institution').disable();
  			$('ssamr_user_details_institution_id').enable();
  			$('ssamr_user_details_institution_type_true').checked = true;
  			$('ssamr_user_details_institution_type_false').checked = false;
		}
	}
);