/* CCS CS Lab Role
 *
 * Douglas Thrift
 *
 * $Id: role.js 498 2009-07-26 04:54:26Z douglas $
 */

$(function()
{
	$('#role').change(function()
	{
		$(this).parents('form').submit();
	}).parents('td').next().remove();
});
