comparison public/javascripts/ssamr_registration.js @ 184:b46db3a8b1b4 cannam-pre-20110113-merge

Merge from branch "feature_55"
author Chris Cannam
date Thu, 03 Feb 2011 15:15:30 +0000
parents bd3f92477cbb
children d1713ab10813
comparison
equal deleted inserted replaced
172:be1bccc405d9 184:b46db3a8b1b4
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