view public/javascripts/ssamr_registration.js @ 1425:cd304b50908c cannam

Merge from branch "biblio_alt_search_auth"
author Chris Cannam
date Mon, 07 Oct 2013 15:09:10 +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');
    });