Skip to content

Commit

Permalink
Remove automatic addition of project members
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkayser authored and hubzero-admin committed Apr 8, 2020
1 parent ae312f1 commit 94be96c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions core/plugins/projects/team/assets/js/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,16 +319,6 @@ jQuery(document).ready(function($){
$syncRoleSelector.show()
}

var go = $('.group-options');
if (go.length) {
go.on('click', 'input[type=radio]', function(e) {
$(this).closest('form').submit();
});
go.on('change', '#sync-role-selector', function(e) {
$(this).closest('form').submit();
});
}

$('#choosemember').fancybox({
type: 'ajax',
width: 600,
Expand Down

0 comments on commit 94be96c

Please sign in to comment.