comparison public/javascripts/ssamr_registration.js @ 193:90cc857e968a luisf

Merge from branch "feature_64"
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Mon, 07 Feb 2011 12:52:57 +0000
parents d1713ab10813
children f5860b03d365
comparison
equal deleted inserted replaced
151:e5171a80c541 193:90cc857e968a
1
2
3 /* SSAMR specific functions */
4
5 /* institution related functions */
6 Event.observe(window, 'load',
7 function() {
8
9 if(!$('ssamr_user_details_institution_type_true').checked && $('ssamr_user_details_institution_type_true').checked){
10 $('ssamr_user_details_other_institution').disable();
11 $('ssamr_user_details_institution_id').enable();
12 $('ssamr_user_details_institution_type_true').checked = true;
13 $('ssamr_user_details_institution_type_false').checked = false;
14 }
15 }
16 );
17
18
19