view public/javascripts/ssamr_registration.js @ 1492:54f320b40728 live

Merge
author Chris Cannam
date Mon, 17 Mar 2014 08:56:45 +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');
    });