Mercurial > hg > soundsoftware-site
view public/javascripts/ssamr_registration.js @ 1380:fa92d13876d0 luisf
Authorship Edit/Save buttons now working properly in the publication#new view.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Sat, 31 Aug 2013 18:36:57 +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'); });