view public/javascripts/ssamr_registration.js @ 1257:5bafe0f91f6e redmine-2.2-integration

Simplified JS on registration page.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 10 Apr 2013 11:57:46 +0100
parents 827705e14b3b
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');
    });