Mercurial > hg > soundsoftware-site
view public/javascripts/ssamr_registration.js @ 1298:4f746d8966dd redmine_2.3_integration
Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:28:30 +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'); });