/* disables row and bulk delete of change list */

jQuery(function($){
	$('a[rel=external]').click(function(){window.open(this.href);
	return false;
	});
});
