Mercurial > hg > soundsoftware-site
annotate public/javascripts/ssamr_registration.js @ 189:b55279e641b8 cannam-pre-20110113-merge
Merge from branch "feature_55"
author | Chris Cannam |
---|---|
date | Thu, 03 Feb 2011 15:55:45 +0000 |
parents | bd3f92477cbb |
children | d1713ab10813 |
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() { |
luisf@162 | 8 |
luisf@162 | 9 $('ssamr_user_details_other_institution').disable(); |
luisf@162 | 10 $('ssamr_user_details_institution_id').enable(); |
luisf@162 | 11 $('ssamr_user_details_institution_type_true').checked = true; |
luisf@162 | 12 $('ssamr_user_details_institution_type_false').checked = false; |
luisf@162 | 13 } |
luisf@162 | 14 ); |
luisf@162 | 15 |
luisf@162 | 16 |
luisf@162 | 17 |