Mercurial > hg > soundsoftware-site
comparison public/javascripts/ssamr_registration.js @ 162:bd3f92477cbb feature_55
new javascript to hold registration page specific functions.
registration page specific behaviour.
author | luisf |
---|---|
date | Mon, 31 Jan 2011 17:00:28 +0000 |
parents | |
children | d1713ab10813 |
comparison
equal
deleted
inserted
replaced
161:bad82329a115 | 162:bd3f92477cbb |
---|---|
1 | |
2 | |
3 /* SSAMR specific functions */ | |
4 | |
5 /* institution related functions */ | |
6 Event.observe(window, 'load', | |
7 function() { | |
8 | |
9 $('ssamr_user_details_other_institution').disable(); | |
10 $('ssamr_user_details_institution_id').enable(); | |
11 $('ssamr_user_details_institution_type_true').checked = true; | |
12 $('ssamr_user_details_institution_type_false').checked = false; | |
13 } | |
14 ); | |
15 | |
16 | |
17 |