diff -r 827705e14b3b -r 5bafe0f91f6e public/javascripts/ssamr_registration.js
--- a/public/javascripts/ssamr_registration.js
+++ b/public/javascripts/ssamr_registration.js
@@ -1,17 +1,6 @@
-
-
 /* SSAMR specific functions */
 
-/* institution related functions */
+/* initialisation: disabling  the other institution text box */
 $(document).ready(function(){
-		if(!$('#ssamr_user_details_institution_type_true').checked && $('#ssamr_user_details_institution_type_true').checked){
-            $('#ssamr_user_details_other_institution').attr('disabled', 'disabled');
-            $('#ssamr_user_details_institution_id').removeAttr('disabled');
-            $('#ssamr_user_details_institution_type_true').checked = true;
-            $('#ssamr_user_details_institution_type_false').checked = false;
-		}
-	}
-);
-
-
-
+        $('#ssamr_user_details_other_institution').attr('disabled', 'disabled');
+    });
\ No newline at end of file
