in teamcity-invitations-plugin-server/src/main/resources/buildServerResources/invitationsAdmin.js [63:70]
invitationTypeChanged: function (selector, projectId) {
this.formElement().invitationType.value = '';
$j(BS.InvitationDialog.getContainer()).find(".content").html('');
if (selector.selectedIndex > 0) {
this.formElement().invitationType.value = selector.options[selector.selectedIndex].value;
this.reloadInvitationType(projectId, false);
}
},