Mercurial > hg > soundsoftware-site
view public/javascripts/ssamr_registration.js @ 1410:320ea02c238a biblio_alt_search_auth
removed unused code.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 01 Oct 2013 13:26:40 +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'); });