annotate public/javascripts/ssamr_registration.js @ 1307:06de38acb6b4 redmine-2.2-integration

escaping the html on two helper functions.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Mon, 17 Jun 2013 15:25:51 +0100
parents 5bafe0f91f6e
children
rev   line source
luisf@162 1 /* SSAMR specific functions */
luisf@162 2
luis@1257 3 /* initialisation: disabling the other institution text box */
luis@1256 4 $(document).ready(function(){
luis@1257 5 $('#ssamr_user_details_other_institution').attr('disabled', 'disabled');
luis@1257 6 });