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

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