Mercurial > hg > soundsoftware-site
view public/javascripts/ssamr_registration.js @ 1279:a0488ec6979e redmine-2.2-integration
cleaned the code.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 10 May 2013 17:50:26 +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'); });