view public/javascripts/ssamr_registration.js @ 1484:51364c0cd58f redmine-2.4-integration

Merge from live branch. Still need to merge manually in files overridden by plugins.
author Chris Cannam
date Wed, 15 Jan 2014 09:59:14 +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');
    });