view public/javascripts/ssamr_registration.js @ 1558:a0c46d6fe7bc feature_1136

Add hgtags export
author Chris Cannam
date Thu, 14 Jan 2016 09:56:38 +0000
parents 5bafe0f91f6e
children
line wrap: on
line source
/* SSAMR specific functions */

/* initialisation: disabling  the other institution text box */
$(document).ready(function(){
        $('#ssamr_user_details_other_institution').attr('disabled', 'disabled');
    });