Fix bug when inviting existing users onto teams

Closes SCI-228
This commit is contained in:
Luka Murn 2016-09-05 14:52:56 +02:00
parent 61f4fbd1d4
commit 1d8600b39f

View file

@ -55,6 +55,7 @@ inviteExistingCollapsible
.on("shown.bs.collapse", function() {
// Focus input when collapsible is shown
inviteExistingQuery.focus();
invitingExisting = true;
});
inviteNewCollapsible