Mercurial > hg > soundsoftware-site
view public/javascripts/ssamr_registration.js @ 1500:4d8c768855c6 live
Lock down citeproc 0.0.6 for now -- 1.0.0 broke our publications plugin
author | Chris Cannam |
---|---|
date | Fri, 21 Mar 2014 10:05:35 +0000 |
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'); });