Skip to content

Commit

Permalink
Dont use searchable input on AddTeamMemberPage
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed May 26, 2013
1 parent b067e08 commit a98972b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/sentry/static/sentry/scripts/app.js
Expand Up @@ -453,11 +453,6 @@
});

app.AddTeamMemberPage = BasePage.extend({
initialize: function(data){
BasePage.prototype.initialize.call(this, data);

app.utils.makeSearchableUsersInput('form input[name=add-user]');
}
});

app.AccessGroupMembersPage = BasePage.extend({
Expand Down

0 comments on commit a98972b

Please sign in to comment.