diff --git a/static/js/project.js b/static/js/project.js index bb4fbe33..45c865e4 100644 --- a/static/js/project.js +++ b/static/js/project.js @@ -20,7 +20,7 @@ $(function() { $(".add-to-team").click(function() { $("#itm-email").val(this.dataset.email); - $("#invite-team-member-modal form").submit(); + $("#invite-team-member-modal").modal("show"); return false; }); diff --git a/templates/accounts/project.html b/templates/accounts/project.html index d2efb516..b4d6f872 100644 --- a/templates/accounts/project.html +++ b/templates/accounts/project.html @@ -381,11 +381,6 @@

Invite a Team Member