view public/javascripts/ssamr_registration.js @ 1615:be8eb1d8201b live

Lock this gem
author Chris Cannam
date Tue, 05 Sep 2017 12:49:49 +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');
    });