view public/javascripts/ssamr_registration.js @ 1627:7e2de1c811b3 live

More notes
author Chris Cannam
date Tue, 25 Aug 2020 11:38:43 +0100
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');
    });