view public/javascripts/ssamr_registration.js @ 1349:4ff3f8b81ab3 luisf

Merge from live.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 11 Jul 2013 17:32:32 +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');
    });