Mercurial > hg > soundsoftware-site
view public/javascripts/ssamr_registration.js @ 819:2ec2657c8e6e live
Make code logo; we are out of beta
author | Chris Cannam |
---|---|
date | Mon, 05 Dec 2011 20:22:29 +0000 |
parents | f5860b03d365 |
children | 827705e14b3b |
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; } } );