To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / public / javascripts / ssamr_registration.js @ 1361:7c0909052511

History | View | Annotate | Download (214 Bytes)

1
/* SSAMR specific functions */
2

    
3
/* initialisation: disabling  the other institution text box */
4
$(document).ready(function(){
5
        $('#ssamr_user_details_other_institution').attr('disabled', 'disabled');
6
    });