comparison public/javascripts/ssamr_registration.js @ 1116:bb32da3bea34 redmine-2.2-integration

Merge from live
author Chris Cannam
date Mon, 07 Jan 2013 14:41:20 +0000
parents f5860b03d365
children 827705e14b3b
comparison
equal deleted inserted replaced
1115:433d4f72a19b 1116:bb32da3bea34
1
2
3 /* SSAMR specific functions */
4
5 /* institution related functions */
6 Event.observe(window, 'load',
7 function() {
8 if(!$('ssamr_user_details_institution_type_true').checked && $('ssamr_user_details_institution_type_true').checked){
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
18