view public/javascripts/ssamr_registration.js @ 1542:60acfbd8f6d6 live

Use simpler saved committer list; ignore -e option (used for env)
author Chris Cannam
date Tue, 02 Jun 2015 12:25:31 +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');
    });